v25

latestOpenAPI 3.1.0raw.githubusercontent.com2025-11-204973358.2 KB
Eval Runs

Get Answer History

Get the update history for a specific response.

Args: eval_run_uuid (str): UUID of the eval run. response_uuid (str): UUID of the response. workspace_uuid (str, optional): UUID of the workspace. Defaults to None.

Returns: list[AnswerHistoryOut]: List of history entries for the response.

Raises: AymaraAPIError: If the response is not found.

Example: GET /api/v2/eval-runs/{eval_run_uuid}/responses/{response_uuid}/history

get/v2/eval-runs/{eval_run_uuid}/responses/{response_uuid}/history

Path parameters

eval_run_uuidstring required
response_uuidstring required

Query parameters

workspace_uuidstring

Response

OK

answer_history_uuidstring required

Unique identifier for the history entry.

previous_is_passedboolean nullable

Previous is_passed value.

previous_confidencenumber nullable

Previous confidence value.

previous_explanationstring nullable

Previous explanation value.

new_is_passedboolean nullable

New is_passed value.

new_confidencenumber nullable

New confidence value.

new_explanationstring nullable

New explanation value.

updated_atstring date-time required

Timestamp when the update was made.