---
title: "list asset-trigger dispatch events for a producer job"
method: GET
path: "/w/{workspace}/jobs_u/dispatch_events/{id}"
tags: ["job"]
---

# list asset-trigger dispatch events for a producer job

`GET /w/{workspace}/jobs_u/dispatch_events/{id}`

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.

## Path parameters

- `workspace` string, required
- `id` string, uuid, required

## Response `200`

dispatch events for this producer job

- object[]
  - `subscriber_path` string, required
  - `asset_kind` 's3object' | 'resource' | 'variable' | 'ducklake' | 'datatable' | 'volume' | 'dbt', required
  - `asset_path` string, required
  - `outcome` 'dispatched' | 'join_pending' | 'skipped', required
  - `child_job_id` string, uuid
  - `partition` string
  - `received_inputs` integer
  - `required_inputs` integer
  - `debounce_s` integer
  - `reason` string
  - `created_at` string, date-time, required

## Changes

- **2026-08-01** `33c26da1e324` — 1 warning
  - added the new `dbt` enum value to the `items/asset_kind` response property for the response status `200`

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/jobs_u/dispatch_events/:id/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
