Skip to main content

Fetch List Human Evaluations

GET 

/human-evaluations

Fetches a list of evaluations, optionally filtered by an app ID.

Args: app_id (Optional[str]): An optional app ID to filter the evaluations.

Returns: List[HumanEvaluation]: A list of evaluations.

Request

Query Parameters

    app_id App Idrequired

Responses

Successful Response
Schema
  • Array [

  • id Id (string)required
    app_id App Id (string)required
    project_id Project Id (string)required
    evaluation_type Evaluation Type (string)required
    variant_ids string[]required
    variant_names string[]required
    variants_revision_ids string[]required
    revisions string[]required
    testset_id Testset Id (string)required
    testset_name Testset Name (string)required
    status Status (string)required
    created_at Created At (string)required
    updated_at Updated At (string)required
  • ]

Loading...