Start typing to search.

API Reference

List runs

View Markdown
GET /api/runs

List runs

Operation IDlistRuns

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

sortstring

Column name to sort by (validated per-entity)

orderstring

Sort direction

task_idinteger

Filter by task ID

statusstring

Success response body

200Paginated list of runs

Paginated list of runs

Content typeapplication/json

responseobject
4 properties
resultarray<Run>required
Array items
itemobject
16 properties
idinteger
task_idinteger
task_versioninteger
trigger_typestring
statusstring
argumentsstring | null

JSON-encoded arguments

connector_mappingstring | null

JSON-encoded map of connector slot name to connector ID

started_atstring | null · date-time
completed_atstring | null · date-time
duration_msinteger | null
item_countinteger | null
error_messagestring | null
log_filestring | null
metrics_summarystring | null
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters