Skip to main content

List Local Eval Sets For Project

GET 

/api/v1/projects/:project_id/localevalsets

List local eval sets for a project.

Request

Path Parameters

    project_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • eval_set_id uuidrequired

    The ID of the eval set.

    app_name App Name (string)required

    The name of the app.

    upload_time date-timerequired

    The time of the upload.

  • ]

Loading...