Eval Runs
Get Eval Run Responses
Retrieve all responses for a specific eval run.
Args: eval_run_uuid (str): UUID of the eval run to retrieve responses for. workspace_uuid (str, optional): UUID of the workspace. Defaults to None.
Returns: list[EvalScoredResponse]: List of scored responses for the eval run.
Raises: AymaraAPIError: If the organization is missing or the eval run is not found.
Example: GET /api/eval-runs/{eval_run_uuid}/responses
get/v2/eval-runs/{eval_run_uuid}/responses
Path parameters
eval_run_uuidstring required
Query parameters
workspace_uuidstring
limitinteger
offsetinteger
Response
OK