API Reference
Get a job
GET
/api/jobs/{id}
Returns the job with resolved connector info, template name, and DAG. The DAG is derived from the job's snapshotted template YAML (captured at job creation time), not the live template.
Operation IDgetJob
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
200Job with resolved details
Job with resolved details
Content typeapplication/json
responseobject12 properties
idintegerjob_template_idintegernamestringdescriptionstring | nullconnector_mappingobjectAdditional properties
valueintegerstatusstringoverridden_task_keysarray<string>DAG node keys with a per-job task YAML override. Present on GET detail.
Array items
itemstringcreated_atstring · date-timeupdated_atstring · date-timeresolved_connectorsobjectAdditional properties
valueobject3 properties
idintegernamestringtypestringtemplate_namestring | nulldagobject | nullError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}