Get Pipeline Results
Get pipeline execution results (only available when completed).
Reads from the same merged disk+bus view as /sessions/{sid} and /pipeline/{sid}/status: when the bus has reached a terminal status but _persist_status hasn't yet awaited its disk write, a disk-only read here would briefly return 202 ("still running") while the other two endpoints already report "completed".
Path parameters
Response
Successful Response
Example response
{
"stats": {
"materials_found": 12,
"output_usd_count": 1,
"renders_count": 2,
"textures_generated": 12
},
"download_urls": {
"manifest": "/artifacts/abc123/manifest",
"materials": "/artifacts/abc123/materials",
"output": "/artifacts/abc123/output",
"renders": "/artifacts/abc123/renders",
"textures": "/artifacts/abc123/textures"
}
}Changes
Changed in 2 of the 6 revisions of this API.11
- ○
added the optional property
anyOf[subschema #2: PipelineError]/failed_step_statsto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
anyOf[subschema #2: PipelineError]/failed_step_statsfrom the response with the200statusresponse-optional-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●