Get a Roundtable run snapshot
GET /v1/institution/runs/:runId/snapshot — Returns the immutable template, pipeline, agent settings, usage, and final result recorded for a run.
GET /v1/institution/runs/:runId/snapshot
Returns the immutable template, pipeline, agent settings, usage, and final result recorded for a run.
| Method | GET |
| Path | /v1/institution/runs/:runId/snapshot |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "run_id": "...", "pipeline": {}, "phases": [], "final_result": {}, "files": [] }