Projects
Get a project
Deprecated: use GET /org/projects/{id} instead. This route will be removed on 2026-11-24.
Get a project by ID.
get/projects/{id}
Path parameters
idstring required
Project ID
Response
Project details
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}