Parameters
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Agent definition id (uuid). |
run_id | string | yes | Run id (uuid). |
Response
| name | type | description |
|---|---|---|
run | object |
Call it
read requires auth: authenticated
help / router / agents_get_run
agents_get_runreadGET /api/agents/:id/runs/:runId — one full run row (tenancy-scoped) · auth: authenticated
GET /api/agents/:id/runs/:runId
signature sha256:ddc86dba859d0b032537a182c68cdab3
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Agent definition id (uuid). |
run_id | string | yes | Run id (uuid). |
| name | type | description |
|---|---|---|
run | object |
read requires auth: authenticated