Get a project

Deprecated: use `GET /org/projects/{id}` instead. This route will be removed on 2026-11-24. Get a project by ID.

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

application/json

Project details

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"}