agent-runs
Get an agent run
Returns the run's status plus the append-only event log rows after the since sequence number. Poll this to stream a run's progress.
get/v1/agent-runs/{id}
Path parameters
idstring required
Run ID
Query parameters
sinceinteger
Return events with seq greater than this (default 0)
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.