---
title: "list asset-cascade producer→child job edges for a folder"
method: GET
path: "/w/{workspace}/jobs/asset_dispatch_edges"
tags: ["job"]
---

# list asset-cascade producer→child job edges for a folder

`GET /w/{workspace}/jobs/asset_dispatch_edges`

Returns the `dispatched` asset-trigger edges (producer job → child job) whose subscriber lives under `path_start`. Lets a pipeline view reconstruct the cascade tree of a folder by job id and group connected runs. Visibility follows the producer job's RLS.

## Path parameters

- `workspace` string, required

## Query parameters

- `path_start` string, required
- `created_after` string, date-time

## Response `200`

asset-cascade edges for the folder

- object[]
  - `producer_job_id` string, uuid, required
  - `child_job_id` string, uuid — Set for `dispatched`; absent for `join_pending` inputs.
  - `subscriber_path` string, required
  - `outcome` 'dispatched' | 'join_pending', required
  - `asset_kind` 's3object' | 'resource' | 'variable' | 'ducklake' | 'datatable' | 'volume' | 'dbt', required
  - `asset_path` string, required
  - `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/asset_dispatch_edges/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)
