Skip to content
Get started

Projects

List Projects
GET/api/v1/projects
Get Project
GET/api/v1/projects/{project_id}
ModelsExpand Collapse
Project = object { id, name, organization_id, 4 more }

Schema for a project.

id: string

Unique identifier

formatuuid
name: string
organization_id: string

The Organization ID the project is under.

formatuuid
ad_hoc_eval_dataset_id: optional string
created_at: optional string

Creation datetime

formatdate-time
is_default: optional boolean

Whether this project is the default project for the user.

updated_at: optional string

Update datetime

formatdate-time