host.runs.list
List this tenant's recent runs, newest first, optionally filtered by tool, status (queued|running|done|error|timeout|cancelled) or trigger (call|job|schedule|event|chain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Only runs of this tool name. | |
| limit | No | Max runs to return; default 20. | |
| status | No | Only runs in this status. | |
| trigger | No | Only runs of this trigger kind. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |