Get compounding job status
Returns the current state of a compounding job triggered through the developer API. Poll this endpoint with the job_run_id returned by the trigger endpoint until the status changes from accepted or running to completed or failed.
record.read scope on your API key.Overview
Returns the current state of a compounding job triggered with Trigger compounding job. Use this endpoint to poll for completion and retrieve the final job metrics.Status Values
| Status | Meaning |
|---|---|
accepted | The trigger request was accepted and queued |
running | The background compounding worker is processing the job |
completed | The job finished successfully and final counts are available |
failed | The job failed and error_details contains failure information |
Example
Authorizations
API key for authentication (format: "Bearer YOUR_API_KEY")
Path Parameters
The compounding job run identifier returned by the trigger endpoint
Response
Job status
Unique identifier for this compounding job
The compounding job type
consolidation, pattern_detection, playbook_synthesis, decay_sweep, metrics Workspace ID the job belongs to
Current job status
accepted, running, completed, failed Whether the job is running in dry-run mode
Total number of insights evaluated during the job
Number of insights modified by the job
Number of candidates or rules created by the job
Number of errors recorded during the job
When the job entered the system
When the job completed, if it has finished
Total job duration in milliseconds after completion
Structured error payload for failed jobs