List this workspace's runs
list_runsThe workspace's own runs, newest first, optionally narrowed to one dataset, one status or one mode. Example: {"dataset_id": "…", "status": "failed", "limit": 20}. Returns {runs: [{run_id, status, mode, dataset_id, table_id, created_at, completed_at, failure_code}], count, complete}. complete false means the walk stopped at its page cap and there are older runs it did not see. ALWAYS pass dataset_id when you know it: the runs are not stored in time order, so a workspace-wide list walks pages and sorts on this side — it is the most expensive read here and it is the one most likely to come back incomplete. Use it to find a run_id you lost, or to see what a dataset has been doing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| limit | No | ||
| status | No | ||
| dataset_id | No |