Skip to main content
The verial task-runs commands read Task Runs — per-task results produced during a benchmark run. Each task run holds a frozen snapshot of the task, plus per-criterion outcomes and evidence. Task runs are created by the platform when a benchmark run executes; they are not created directly. Use these commands to drill into failures after a run finishes. Authentication is required. See verial auth.

Subcommands

verial task-runs list

List all task runs belonging to a benchmark run, in task order. Synopsis:
Options: Example:

verial task-runs get

Fetch a single task run. The response includes the task snapshot, per-criterion results, and any recorded interactions (voice transcripts, FHIR request logs, fax documents). Synopsis:
Example:
Pair with --json to get the full task snapshot and criterion results:
REST equivalent: Task Runs.

Drilling into a failed run

Next Steps

Task Runs

Task run model, criterion results, and interactions.

verial benchmark-runs

Start and wait on the benchmark run that produces these task runs.