Skip to main content
GET
/
v1
/
projects
List projects
curl --request GET \
  --url https://rest.compute.cudo.org/v1/projects \
  --header 'Authorization: <api-key>'
{
  "pageSize": 123,
  "pageToken": "<string>",
  "projects": [
    {
      "billingAccountId": "<string>",
      "createBy": "<string>",
      "id": "<string>",
      "resourceCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Query Parameters

pageToken
string
pageSize
integer

Response

A successful response.

pageSize
integer
required
pageToken
string
required
projects
object[]
required