Skip to main content

list_dispatch_events

Function list_dispatch_events 

Source
pub async fn list_dispatch_events(
    configuration: &Configuration,
    workspace: &str,
    id: &str,
) -> Result<Vec<ListDispatchEvents200ResponseInner>, Error<ListDispatchEventsError>>
Expand description

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.