Projects

Get a project

GET
/projects/{project_id}

Returns the Project's settings and Spec ID. List its Targets separately to retrieve Target configuration and Deliveries.

AuthorizationBearer <token>

Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.

In: header

Path Parameters

project_id*string

Unique identifier for a project.

Match^prj_[a-z0-9]{16}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/prj_4f8k2m7x9q1v6b3n"
{  "id": "prj_4f8k2m7x9q1v6b3n",  "object": "project",  "name": "Parcel API",  "spec_id": "spec_2p8m4q7k1v9d6h3c",  "auto_generate": true,  "config": null,  "created_at": "2026-09-23T08:00:00Z",  "updated_at": "2026-09-23T08:00:00Z",  "request_id": "req_3k8m1v6q9p2d7h4c"}