Eval Runs
List Eval Runs
List all eval runs, with optional filtering.
Args: eval_uuid (str, optional): UUID of the eval to filter runs by. Defaults to None. workspace_uuid (str, optional): UUID of the workspace. Use "*" for enterprise-wide access, omit for user's current workspace. Defaults to None.
Returns: list[EvalRunResult]: List of eval runs matching the filters.
Raises: AymaraAPIError: If the organization is missing.
Example: GET /api/eval-runs?eval_uuid=...&workspace_uuid=...
get/v2/eval-runs
Query parameters
eval_uuidstring
workspace_uuidstring
limitinteger
offsetinteger
Response
OK