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

idinteger required
trigger_kindstring required

'schedule' or a trigger type (http, kafka, ...)

pathstring required
operation'create' | 'update' | 'delete' | 'enable' | 'disable' | 'suspend' required
source'ui' | 'cli' | 'api' | 'worker' required

The kind of client the change came from. worker means the server disabled the trigger on its own after a failure.

usernamestring nullable

Unset when the server acted on its own.

created_atstring date-time required
changesobject nullable

{field: {old, new}} for the fields that actually changed. Unset for a delete.

Changes

Changed in 1 of the 176 revisions of this API.1