API Reference
Get a run
GET
/api/runs/{id}
Get a run
Operation IDgetRun
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Run details with active status
Run details with active status
Content typeapplication/json
responseobject17 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-timeis_activebooleanError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}