pipeline
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".
get/pipeline/{session_id}/results
Path parameters
session_idstring required
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"
}
}