v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
job

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

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.

get/w/{workspace}/jobs/asset_dispatch_edges

Path parameters

workspacestring required

Query parameters

path_startstring required

Folder path prefix the children live under, e.g. f/orders/.

created_afterstring date-time

Only edges dispatched at/after this instant.

Response

asset-cascade edges for the folder

producer_job_idstring uuid required
child_job_idstring uuid

Set for dispatched; absent for join_pending inputs.

subscriber_pathstring required
outcome'dispatched' | 'join_pending' required
asset_kind's3object' | 'resource' | 'variable' | 'ducklake' | 'datatable' | 'volume' | 'dbt' required
asset_pathstring required
created_atstring date-time required