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