Start typing to search.

API Reference

List triggers

View Markdown
GET /api/triggers

List triggers

Operation IDlistTriggers

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

job_idinteger

Filter by job ID

Success response body

200Paginated list of triggers

Paginated list of triggers

Content typeapplication/json

responseobject
4 properties
resultarray<Trigger>required
Array items
itemobject
10 properties
idinteger
job_idinteger
task_keystring | null
typestring

cron repeats on a cron expression; one_off fires once at the datetime in cron_expression then auto-disables.

cron_expressionstring | null

5-field cron expression for type=cron; ISO-8601 datetime (UTC) for type=one_off.

argumentsstring | null

JSON-encoded arguments

enabledinteger
last_triggered_atstring | null · date-time
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters