Start typing to search.

API Reference

List jobs

View Markdown
GET /api/jobs

List jobs

Operation IDlistJobs

Authentication

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

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

sortstring

Column name to sort by (validated per-entity)

orderstring

Sort direction

qstring

Case-insensitive search across name/description fields

statusstring
job_template_idinteger

Filter by template ID

Success response body

200Paginated list of jobs

Paginated list of jobs

Content typeapplication/json

responseobject
4 properties
resultarray<Job>required
Array items
itemobject
9 properties
idinteger
job_template_idinteger
namestring
descriptionstring | null
connector_mappingstring

JSON-encoded map of template connector name to connector ID

statusstring
overridden_task_keysarray<string>

DAG node keys with a per-job task YAML override. Present on GET detail.

Array items
itemstring
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters