yax_list_runs
Lists recent agent runs with status and policy result. Filter by outcome to audit activity or find run IDs.
Instructions
Lists recent agent runs with status and policy result. Filter by outcome (approved/denied/escalated) to audit activity or find run IDs for receipt lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of runs to return. Maximum 50, default 20. | |
| outcome | No | Filter runs by policy outcome. Use 'denied' to audit blocked actions. | all |
| since | No | ISO 8601 date string. Return only runs after this timestamp. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | No | Array of run summary objects, each with run_id, status, policy result, and receipt CIDs. | |
| total | No | Total number of runs matching the filter. |