API Reference
List jobs
GET
/api/jobs
List jobs
Operation IDlistJobs
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Query parameters
cursorstringPagination cursor from a previous response
limitintegerMaximum number of results to return
sortstringColumn name to sort by (validated per-entity)
orderstringSort direction
qstringCase-insensitive search across name/description fields
statusstringjob_template_idintegerFilter by template ID
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