Cursor: list runs
cursor_list_runsList agent runs in reverse chronological order to monitor execution state, including CREATING, RUNNING, or terminal statuses.
Instructions
List an agent's runs, newest first. Run status carries the execution state: CREATING, RUNNING, or a terminal value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| agentId | Yes | Agent id, in `bc-<uuid>` form. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes | ||
| nextCursor | No |