trigger
list the history of schedule and trigger modifications
get/w/{workspace}/triggers_history/list
Path parameters
workspacestring required
Query parameters
pageinteger
which page to return (start at 1, default 1)
per_pageinteger
number of items to return for a given page (default 30, max 100)
trigger_kindstring
'schedule' or a trigger type (http, kafka, ...)
pathstring
only return the history of the trigger at this path
Response
trigger history
Changes
Changed in 1 of the 176 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○