Skip to main content

Get Project

GET 

/api/v1/projects/:project_id

Get a project by ID.

Request

Path Parameters

    project_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

    name Name (string)required

    Possible values: non-empty and <= 3000 characters

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    ad_hoc_eval_dataset_id

    object

    anyOf

    string

    organization_id uuidrequired

    The Organization ID the project is under.

    is_default Is Default (boolean)

    Whether this project is the default project for the user.

Loading...