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)
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.
Body
Request to list triggers with filters.
Filter by action type
cluster, taxonomy_enrichment, batch_rerun, collection_trigger Filter by trigger type
cron, interval, event, conditional Filter by status
active, paused, disabled, failed Filter by resource ID (cluster_id or taxonomy_id)
Pagination offset
x >= 0Results per page
1 <= x <= 1000Field to sort by
Sort direction (asc/desc)

