Eval Runs
Run Eval
Run the eval with the provided responses.
Args: eval_run_data (EvalRunRequest): Data for the eval run, including responses. workspace_uuid (str, optional): UUID of the workspace. Defaults to None. is_sandbox (bool, optional): Whether to run in sandbox mode. Defaults to False.
Returns: EvalRunResult: The result of the eval run after scoring the responses.
Raises: AymaraAPIError: If the organization is missing or the request is invalid.
Example: POST /api/eval-runs/-/score-responses { "eval_uuid": "...", "responses": [...] }
post/v2/eval-runs/-/score-responses
Query parameters
workspace_uuidstring
is_sandboxboolean
Request body
Response
OK