latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
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_or_name}
Path parameters
id_or_namestring required
Project ID or name
Response
Project details
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}