pub async fn list_asset_dispatch_edges(
configuration: &Configuration,
workspace: &str,
path_start: &str,
created_after: Option<String>,
) -> Result<Vec<ListAssetDispatchEdges200ResponseInner>, Error<ListAssetDispatchEdgesError>>Expand description
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.