oz_run_list
Retrieve a list of recent Warp Oz runs with their IDs, statuses, and timestamps. Filter by run status or set a limit to find specific run IDs for detailed review.
Instructions
List recent Warp Oz runs (id, status, timing), newest first. Read-only. Use to discover run ids to pass to oz_run_get, or to review recent agent activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of runs to return after filtering (positive integer). Omit for no cap. | |
| status | No | Filter by run status. `all` (default) = no filter; `active` = QUEUED|INPROGRESS; `completed` = SUCCEEDED|FAILED; or pass one exact status value. |