job
list asset-trigger dispatch events for a producer job
Returns the chronological log of decisions the asset-trigger dispatcher made after this producer job completed. Each row is one (subscriber, asset write) decision: dispatched (with child_job_id), join_pending (with received_inputs / required_inputs / partition), or skipped (with reason). Rows are reaped automatically when the producer's v2_job row is deleted by the retention sweep.
get/w/{workspace}/jobs_u/dispatch_events/{id}
Path parameters
workspacestring required
idstring uuid required
Response
dispatch events for this producer job