latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

projects

Get a project by its ID

Returns a single project by ID.

Rate limit: 60 requests per minute

get/projects/{id}

Path parameters

idstring required

The ID of the project to fetch.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "health": {
        "value": "on_track"
      }
    }
  }
}