Skip to content
Get started

Projects

List Projects
client.projects.list(ProjectListParams { organization_id, project_name } query?, RequestOptionsoptions?): ProjectListResponse { id, name, organization_id, 4 more }
GET/api/v1/projects
Get Project
client.projects.get(stringprojectID, ProjectGetParams { organization_id } query?, RequestOptionsoptions?): Project { id, name, organization_id, 4 more }
GET/api/v1/projects/{project_id}
ModelsExpand Collapse
Project { 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?: string | null
created_at?: string | null

Creation datetime

formatdate-time
is_default?: boolean

Whether this project is the default project for the user.

updated_at?: string | null

Update datetime

formatdate-time