Projects
Get a project
Returns a single project. The project must belong to the active organization.
GET
/api/v1/projects/{project}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| project | integer | Required | The numeric ID of the project. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| include | string | Optional | A comma-separated list of related resources to include in the response. Allowed values: |
Response
The project object
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the project. |
| organization_id | integer | The ID of the organization that owns the project. |
| name | string | The display name of the project. |
| created_at | datetime | When the project was created. |
| updated_at | datetime | When the project was last updated. |