# List projects Retrieve all projects with basic pagination support Projects are represented via vw_job. Default ordering by updatedAt desc. Real Example: bash curl --location 'https://{{host}}/v1/projects' \ --header 'Authorization: bearer {{token}}' \ --header 'Content-Type: application/json' \ --data '{ "pageSize": 25, "page": 0 }' Endpoint: POST /gql/v1/projects Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `pageSize` (integer) Maximum number of projects to return - `page` (integer) Number of records to skip for pagination ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 500 fields