Skip to main content

Get Default Project

Get Default Project

POST 

/api/2/auto_eval/project/get_default

Get the default project for the user or organization

Request

Body

    organizationId string

    If provided, will get the default project for the organization Otherwise, will retrieve the default project for the user or organization associated with the api key used

Responses

Successful operation

Schema

    project

    object

    required

    id stringrequired
    createdAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    updatedAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    deletedAt date-time

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    creatorId string
    name stringrequired
    description string
    organizationId string
    organizationName string
Loading...