API Reference
List triggers
GET
/api/triggers
List triggers
Operation IDlistTriggers
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
job_idintegerFilter by job ID
Success response body
200Paginated list of triggers
Paginated list of triggers
Content typeapplication/json
responseobject4 properties
resultarray<Trigger>requiredArray items
itemobject10 properties
idintegerjob_idintegertask_keystring | nulltypestringcron repeats on a cron expression; one_off fires once at the datetime in cron_expression then auto-disables.
cron_expressionstring | null5-field cron expression for type=cron; ISO-8601 datetime (UTC) for type=one_off.
argumentsstring | nullJSON-encoded arguments
enabledintegerlast_triggered_atstring | null · date-timecreated_atstring · date-timeupdated_atstring · date-timenextCursorstringprevCursorstringtotalintegerTotal number of records matching the current filters