latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-188273541007.0 KB

8c5a46218b05

job

List the assets a run touched at runtime

Assets detected while the run executed (SDK S3 calls, resources passed as arguments), aggregated over the job and all of its child jobs so a flow or workflow-as-code run reports what its steps and tasks touched. Authorized through the job, the same gate as run_progress. Recording is asynchronous, so an asset can take a few minutes after the run to appear, and only the most recent runs that touched an asset keep that record. A run that fans out can touch more assets than one response should carry, so the list is capped and truncated says when it was cut.

get/w/{workspace}/jobs/run_assets/{id}

Path parameters

workspacestring required
idstring uuid required

The job whose runtime assets to read

Response

assets this run and its child jobs touched

truncatedboolean required

whether the run touched more assets than are listed