Skip to main content

List Projects

GET 

/api/v1/projects

List projects or get one by name

Request

Query Parameters

    organization_id any
    project_name any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • 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...