latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-137961230.0 KB

da017caf56f1

workflow

List a job's output assets

Retrieve a paginated list of the assets produced by a specific job, enriched with the per-output node context (node_id, output_key, output_index) correlated from the job's execution outputs by content hash. Unlike GET /api/assets?job_ids={id}, this endpoint is scoped to a single job and carries node-level placement, making it suited to job output views rather than the general asset browser. Returns an empty assets array for jobs that produced no assets.

get/api/jobs/{job_id}/assets

Path parameters

job_idstring uuid required

Job identifier (UUID)

Query parameters

limitinteger

Maximum number of assets to return (1-500)

offsetinteger

Number of assets to skip for pagination

Response

Success - Job assets returned

job_idstring uuid required

ID of the job these assets belong to