list_agent_runs
Retrieve runs for a specific cloud agent, ordered from newest to oldest. Use pagination to limit results and navigate through pages.
Instructions
List runs for a Cloud Agent, newest first (GET /v1/agents/{id}/runs).
Args: agent_id: Agent id (for example bc-...). limit: Page size (1-100, default 20). cursor: Pagination cursor from a previous nextCursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| agent_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||