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
| Command | Description |
|---|---|
verial task-runs list | List task runs for a specific benchmark run. |
verial task-runs get | Get a single task run by ID. |
verial task-runs list
List all task runs belonging to a benchmark run, in task order. Synopsis:| Flag | Description | Required |
|---|---|---|
--benchmark-run-id <id> | Benchmark run whose task runs to list. | Yes |
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:--json to get the full task snapshot and criterion results:
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.