Start typing to search.

API Reference

List job templates

View Markdown
GET /api/job-templates

List job templates

Operation IDlistJobTemplates

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

Success response body

200Paginated list of job templates

Paginated list of job templates

Content typeapplication/json

responseobject
4 properties
resultarray<JobTemplate>required
Array items
itemobject
7 properties
idinteger
namestring
descriptionstring | null
yaml_contentstring
statusstring
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters