Cancel Workflow Eval Run
Cancel a workflow eval run.
Identified by run_id. Stops the run and returns it with its updated
cancelled lifecycle. Returns 404 if the run does not exist or is not in a
cancellable state.
run_id. Cancellation is
run-specific; you do not pass the workflow id or eval id when cancelling.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
A batch execution of a workflow's evals, with overall lifecycle, timing, and pass/fail counts.
The eval run has been created but execution has not started.
- PendingWorkflowEvalRun
- QueuedWorkflowEvalRun
- RunningWorkflowEvalRun
- CompletedWorkflowEvalRun
- ErrorWorkflowEvalRun
- CancelledWorkflowEvalRun
Public workflow-eval target.
The storage layer remains block-scoped today, but the API shape names the tested entity explicitly so workflow-level targets can be added later.
Aggregate counts for a batch of block-eval runs.
Each individual run contributes to exactly one lifecycle_counts
bucket, and additionally to one outcome bucket when
lifecycle_counts.completed is incremented.