Tools
Criterion Runs
View per-criterion results within a task run.
View Criterion Runs, the per-criterion results produced by the verification engine.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View per-criterion results within a task run.
| Action | Description |
|---|---|
list | List all criterion runs for a task run |
get | Get a criterion run by ID |
list| Parameter | Type | Required | Description |
|---|---|---|---|
taskRunId | string | yes | Task run ID to list criterion runs for |
get| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Criterion run ID |
{
"action": "list",
"taskRunId": "tr_abc123"
}
{
"action": "get",
"id": "crun_01H..."
}