Get project
Projects
Get project
Retrieve details for a specific project.
GET
Get project
Returns the full details for a project.
Related Resources
- List drawings -
GET /drawings?project_id={id} - List files -
GET /files?project_id={id} - List jobs -
GET /jobs?project_id={id}
Authorizations
API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
Headers
API version
Path Parameters
Project ID
Response
Success
Example:
{
"id": "prj_01JABCD123",
"organization_id": "org_01JABCD123",
"name": "City Tower Phase 2",
"description": "30-story mixed-use development",
"created_at": "2024-06-15T10:30:00Z",
"updated_at": "2024-06-15T10:30:00Z"
}