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
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}