v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Projects

Get a project by ID or name

Get a project by its ID or by its name. Names are unique within an organization.

get/org/projects/{id}

Path parameters

idstring required

Project ID or name

Response

Project details

idstring required

Unique project identifier

namestring required

Project name

status'active' | 'archived' required

Project status

created_atstring date-time required

When the project was created

updated_atstring date-time required

When the project was last updated

Example response

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