Skip to main content

Fetch Human Evaluation

GET 

/human-evaluations/:evaluation_id

Fetches a single evaluation based on its ID.

Args: evaluation_id (str): The ID of the evaluation to fetch.

Returns: HumanEvaluation: The fetched evaluation.

Request

Path Parameters

    evaluation_id Evaluation Idrequired

Responses

Successful Response

Schema

    id Id (string)required
    app_id App Id (string)required
    user_id User Id (string)required
    user_username User Username (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 date-timerequired
    updated_at date-timerequired
Loading...