Skip to main content

List Experiments

GET 

/v2/projects/:projectid/experiments/

List experiments for a specific project.

Parameters:

  • projectid (str): The ID of the project.

Returns:

  • list[EvaluationInfo]: A list of evaluation information.

Raises:

  • HTTPException: If the project or evaluations are not found.

Request

Path Parameters

    projectid Projectidrequired

Responses

Successful Response

Schema

  • Array [

  • id Id (string)required
    name Name (string)required

    dataset

    object

    required

    anyOf

    string

    timestamp Timestamp (string)required
    metadata objectrequired
    status Status (string)required

    Possible values: [PENDING, RUNNING, COMPLETED, FAILED]

    error_info

    object

    required

    anyOf

    error_id Error Id (string)required
    error_msg Error Msg (string)required
  • ]

Loading...