Skip to content
Get started

Projects

List Projects
projects.list(ProjectListParams**kwargs) -> ProjectListResponse
GET/api/v1/projects
Get Project
projects.get(strproject_id, ProjectGetParams**kwargs) -> Project
GET/api/v1/projects/{project_id}
ModelsExpand Collapse
class Project:

Schema for a project.

id: str

Unique identifier

formatuuid
name: str
organization_id: str

The Organization ID the project is under.

formatuuid
ad_hoc_eval_dataset_id: Optional[str]
created_at: Optional[datetime]

Creation datetime

formatdate-time
is_default: Optional[bool]

Whether this project is the default project for the user.

updated_at: Optional[datetime]

Update datetime

formatdate-time