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>",
  "id": "<string>",
  "createBy": "<string>",
  "resourceCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.cudocompute.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. API keys should be passed using the format Bearer API_KEY.

Path Parameters

id
string
required

Response

A successful response.

billingAccountId
string
required
id
string
required
createBy
string
read-only
resourceCount
integer<int32>
read-only