Skip to content
Product Docs

Projects

List Projects
GET/api/v2/projects
Create Project
POST/api/v2/projects
Get Project
GET/api/v2/projects/{project_id}
Update Existing Project
PUT/api/v2/projects/{project_id}
Delete Project
DELETE/api/v2/projects/{project_id}
ModelsExpand Collapse
Project object { id, name, organization_id, 3 more }

API response schema for a project.

id: string

The project’s unique identifier.

name: string

The project’s display name.

organization_id: string

The organization the project belongs to.

created_at: optional string

Creation datetime

formatdate-time
is_default: optional boolean

Whether this project is the default project for its organization.

updated_at: optional string

Update datetime

formatdate-time