Start typing to search.

API Reference

Get a run

View Markdown
GET /api/runs/{id}

Get a run

Operation IDgetRun

Authentication

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

Path parameters

idintegerrequired

Resource ID

Success response body

200Run details with active status

Run details with active status

Content typeapplication/json

responseobject
17 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
is_activeboolean

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}