Eval Runs
Create Eval Run
Create a new eval run for an eval.
Args: eval_run_data (EvalRunRequest): Data for the eval run to create. workspace_uuid (str, optional): UUID of the workspace. Defaults to None. is_sandbox (bool, optional): Whether to run in sandbox mode. Defaults to None.
Returns: EvalRunResult: The created eval run result.
Raises: AymaraAPIError: If the organization is missing or the request is invalid.
Example: POST /api/eval-runs { "eval_uuid": "...", ... }
post/v2/eval-runs
Query parameters
workspace_uuidstring
is_sandboxboolean nullable
Request body
Response
OK