help / router / agents_list_runs
agents_list_runsread
GET /api/agents/:id/runs — run history, newest first (tenancy-scoped) · auth: authenticated
GET /api/agents/:id/runs
signature sha256:e659938eba6a39bfae5a8a72418f35a4
Parameters
| name | type | required | notes |
id | string | yes | Agent definition id (uuid). |
status | string | null | no | |
limit | number | null | no | Page size (default 25, max 100). |
before | string | null | no | Cursor on started_at (ISO timestamp). |
Response
| name | type | description |
runs | array | |
next_before | string | null | |
Call it
read requires auth: authenticated