Skip to main content
GET
Get compounding job status

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

job_run_id
string<uuid>
required

The compounding job run identifier returned by the trigger endpoint

Response

Job status

job_run_id
string<uuid>

Unique identifier for this compounding job

job_type
enum<string>

The compounding job type

Available options:
consolidation,
pattern_detection,
playbook_synthesis,
decay_sweep,
metrics
workspace_id
integer

Workspace ID the job belongs to

status
enum<string>

Current job status

Available options:
accepted,
running,
completed,
failed
dry_run
boolean

Whether the job is running in dry-run mode

insights_scanned
integer

Total number of insights evaluated during the job

insights_affected
integer

Number of insights modified by the job

candidates_created
integer

Number of candidates or rules created by the job

errors
integer

Number of errors recorded during the job

started_at
string<date-time>

When the job entered the system

completed_at
string<date-time>

When the job completed, if it has finished

duration_ms
integer

Total job duration in milliseconds after completion

error_details
object

Structured error payload for failed jobs

Last modified on March 26, 2026