Eval Runs
Get Eval Run
Retrieve a specific eval run by its UUID.
Args: eval_run_uuid (str): UUID of the eval run to retrieve. workspace_uuid (str, optional): UUID of the workspace. Defaults to None.
Returns: EvalRunResult: The eval run data.
Raises: AymaraAPIError: If the organization is missing or the eval run is not found.
Example: GET /api/eval-runs/{eval_run_uuid}
get/v2/eval-runs/{eval_run_uuid}
Path parameters
eval_run_uuidstring required
Query parameters
workspace_uuidstring
Response
OK