v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
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

subscriber_pathstring required
asset_kind's3object' | 'resource' | 'variable' | 'ducklake' | 'datatable' | 'volume' | 'dbt' required
asset_pathstring required
outcome'dispatched' | 'join_pending' | 'skipped' required
child_job_idstring uuid
partitionstring
received_inputsinteger
required_inputsinteger
debounce_sinteger
reasonstring
created_atstring date-time required