Get Project Details
Endpoints
Get Project Details
Retrieve full project details including client, schedule, and cost fields not available in the list endpoint
GET
Get Project Details
Get Project Details
Returns the full details for a specific project, including fields not available in the list endpoint.Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Project ID (e.g., proj_def456) |
Response
This endpoint returns
clientAccountEmail and crmDealName which are not included in the list response.Required scope
project:read
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | API key lacks project:read scope |
404 | NOT_FOUND | Project not found or belongs to another organization |
500 | INTERNAL_ERROR | Unexpected server error — retry with exponential backoff |

