Resume Trigger
Resume a paused trigger. Next execution time is recalculated from current time.
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_MIXPEEK_API_KEY"
Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'. Falls back to ?namespace= query parameter if the header is omitted.
"ns_abc123def456"
"production"
"my-namespace"
Path Parameters
Trigger ID
Response
Successful Response
Unified trigger model for all action types.
A trigger defines:
- What to execute (action_type + action_config)
- When to execute (trigger_type + schedule_config)
- State tracking (execution count, failures, next scheduled time)
Namespace ID
Organization internal ID
Type of action to execute
cluster, taxonomy_enrichment, batch_rerun, collection_trigger Action-specific configuration
Type of schedule
cron, interval, event, conditional Schedule-specific configuration
Unique trigger identifier
Current trigger status
active, paused, disabled, failed Last time trigger fired
Task ID of last execution
Next scheduled execution time
Total successful executions
Consecutive failures
Status of last execution
Error from last execution (if failed)
Current event count since last trigger
Last time cooldown was applied
Baseline snapshot for drift measurement (captured after successful execution)
Result of most recent drift measurement check
When condition was last evaluated
Human-readable description
Creation timestamp
Last update timestamp
User who created trigger

