API Reference
List jobs for a template
GET
/api/job-templates/{id}/jobs
List jobs for a template
Operation IDlistJobTemplateJobs
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Query parameters
cursorstringPagination cursor from a previous response
limitintegerMaximum number of results to return
Success response body
200Paginated list of jobs
Paginated list of jobs
Content typeapplication/json
responseobject4 properties
resultarray<Job>requiredArray items
itemobject9 properties
idintegerjob_template_idintegernamestringdescriptionstring | nullconnector_mappingstringJSON-encoded map of template connector name to connector ID
statusstringoverridden_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-timenextCursorstringprevCursorstringtotalintegerTotal number of records matching the current filters