API Reference
List runs
GET
/api/runs
List runs
Operation IDlistRuns
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Query parameters
cursorstringPagination cursor from a previous response
limitintegerMaximum number of results to return
sortstringColumn name to sort by (validated per-entity)
orderstringSort direction
task_idintegerFilter by task ID
statusstringSuccess response body
200Paginated list of runs
Paginated list of runs
Content typeapplication/json
responseobject4 properties
resultarray<Run>requiredArray items
itemobject16 properties
idintegertask_idintegertask_versionintegertrigger_typestringstatusstringargumentsstring | nullJSON-encoded arguments
connector_mappingstring | nullJSON-encoded map of connector slot name to connector ID
started_atstring | null · date-timecompleted_atstring | null · date-timeduration_msinteger | nullitem_countinteger | nullerror_messagestring | nulllog_filestring | nullmetrics_summarystring | nullcreated_atstring · date-timeupdated_atstring · date-timenextCursorstringprevCursorstringtotalintegerTotal number of records matching the current filters