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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

A successful response.

billingAccountId
string
required
id
string
required
createBy
string
resourceCount
integer