Human-Evaluations

Fetch Human Evaluation

Fetches a single evaluation based on its ID.

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

Returns: HumanEvaluation: The fetched evaluation.

get/human-evaluations/{evaluation_id}

Path parameters

evaluation_idstring required

Response

Successful Response

idstring required
app_idstring required
project_idstring required
evaluation_typestring required
variant_idsstring[] required
variant_namesstring[] required
variants_revision_idsstring[] required
revisionsstring[] required
testset_idstring required
testset_namestring required
statusstring required
created_atstring required
updated_atstring required

Changes