Triggers an on-demand compounding intelligence job for the workspace. Use after onboarding, file scanning, or bulk context ingestion to run intelligence pipelines immediately instead of waiting for the next scheduled cron cycle. Supported job types: consolidation (merge near-duplicate insights), pattern_detection (discover recurring patterns), playbook_synthesis (generate playbook rules from patterns), decay_sweep (reduce confidence on stale insights), and metrics (snapshot pipeline metrics). Set dry_run to true to preview impact without persisting changes.
record.write scope on your API key.| Job Type | Description |
|---|---|
consolidation | Merge near-duplicate insights that refer to the same underlying fact |
pattern_detection | Discover recurring patterns across insights |
playbook_synthesis | Generate actionable playbook rules from detected patterns |
decay_sweep | Reduce confidence scores on stale insights that have not been reinforced recently |
metrics | Snapshot compounding pipeline metrics for the workspace |
dry_run to true to preview what the job would do without persisting any changes. The response will still include insights_scanned, insights_affected, and candidates_created counts so you can evaluate the impact before committing.
API key for authentication (format: "Bearer YOUR_API_KEY")
Job trigger request
Job execution result
Unique identifier for this job execution
The type of job that was executed
consolidation, pattern_detection, playbook_synthesis, decay_sweep, metrics Workspace ID the job ran against
Whether the job ran in dry-run mode
Whether the job completed successfully
Total number of insights evaluated during the job
Number of insights modified (or that would be modified in dry-run mode)
Number of new candidates (e.g., merge candidates, pattern candidates) produced
Job execution time in milliseconds