latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Projects

Get a project by ID or name

Deprecated: use GET /org/projects/{id_or_name} instead. This route will be removed on 2026-11-24.

Get a project by ID or name.

get/projects/{id_or_name}

Path parameters

id_or_namestring required

Project ID or name

Response

Project details

created_atstring date-time required

When the project was created

idstring required

Unique project identifier

namestring required

Project name

status'active' | 'archived' required

Project status

updated_atstring date-time required

When the project was last updated

Example response

{
  "id": "proj_abc123",
  "name": "production",
  "status": "active"
}