Triggers
List Triggers (GET alias for POST /list).
List triggers with filters and pagination.
get/v1/triggers
Request body
action_type'cluster' | 'taxonomy_enrichment' | 'batch_rerun' | 'collection_trigger'
Type of action to execute when trigger fires.
Supported action types:
- cluster: Execute clustering on a cluster definition
- taxonomy_enrichment: Apply taxonomy enrichment to a collection
- batch_rerun: Re-execute a completed/failed batch
trigger_type'cron' | 'interval' | 'event' | 'conditional'
Type of trigger schedule.
Supported trigger types:
- cron: Schedule-based execution using cron expressions
- interval: Fixed-interval execution
- event: Event-driven execution
- conditional: Condition-based execution
status'active' | 'paused' | 'disabled' | 'failed'
Status of a trigger.
resource_idstring nullable
Filter by resource ID (cluster_id or taxonomy_id)
offsetinteger
Pagination offset
limitinteger
Results per page
sort_bystring
Field to sort by
directionstring
Sort direction (asc/desc)
Response
Successful Response
totalinteger required
Total number of triggers
offsetinteger required
Current offset
limitinteger required
Current limit