List Triggers
Triggers
List Triggers
List triggers with filters and pagination.
Filters:
action_type: Filter by action type (cluster, taxonomy_enrichment)trigger_type: Filter by trigger type (cron, interval, event, conditional)status: Filter by status (active, paused, disabled, failed)resource_id: Filter by resource ID (cluster_id or taxonomy_id)
POST
List Triggers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to list triggers with filters.
Filter by action type
Available options:
cluster, taxonomy_enrichment, batch_rerun, collection_trigger Filter by trigger type
Available options:
cron, interval, event, conditional Filter by status
Available options:
active, paused, disabled, failed Filter by resource ID (cluster_id or taxonomy_id)
Pagination offset
Required range:
x >= 0Results per page
Required range:
1 <= x <= 1000Field to sort by
Sort direction (asc/desc)

