Skip to main content

List Projects By User

GET 

/api/v1/organizations/:organization_id/users/:user_id/projects

List all projects for a user in an organization.

Request

Path Parameters

    organization_id uuidrequired
    user_id User Idrequired

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.

    Default value: false
  • ]

Loading...