MINARA

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.

MethodGET
Path/v1/institution/runs/:runId/snapshot
AuthAuthorization: Bearer <token> required
Categoryresearch

Response body

{ "run_id": "...", "pipeline": {}, "phases": [], "final_result": {}, "files": [] }

On this page