Deprecated
GET
/projects/{id}Deprecated: use GET /org/projects/{id} instead. This route will be removed on 2026-11-24.
Get a project by ID.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Project ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string"{ "id": "string", "name": "string", "status": "active", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}Create a project POST
Deprecated: use `POST /org/projects` instead. This route will be removed on 2026-11-24. Create a new project within the authenticated organization.
Update a project PATCH
Deprecated: use `PATCH /org/projects/{id}` instead. This route will be removed on 2026-11-24. Update a project's name or status.