Skip to content

Projects

List Projects
client.Projects.List(ctx, query) (*[]Project, error)
GET/api/v1/projects
Get Project
client.Projects.Get(ctx, projectID, query) (*Project, error)
GET/api/v1/projects/{project_id}
ModelsExpand Collapse
type Project struct{…}

Schema for a project.

ID string

Unique identifier

formatuuid
Name string
OrganizationID string

The Organization ID the project is under.

formatuuid
AdHocEvalDatasetID stringoptional
CreatedAt Timeoptional

Creation datetime

formatdate-time
IsDefault booloptional

Whether this project is the default project for the user.

UpdatedAt Timeoptional

Update datetime

formatdate-time