Skip to main content

Fetch List Human Evaluations

GET 

https://cloud.agenta.ai/api/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
  • ]

curl -L 'https://cloud.agenta.ai/api/human-evaluations' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Parameters
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!