MINARA

Get a session Roundtable pipeline

GET /v1/institution/sessions/:sessionId/pipeline — Returns the session-owned pipeline, the latest run snapshot fallback, or the default pipeline.

GET /v1/institution/sessions/:sessionId/pipeline

Returns the session-owned pipeline, the latest run snapshot fallback, or the default pipeline.

MethodGET
Path/v1/institution/sessions/:sessionId/pipeline
AuthAuthorization: Bearer <token> required
Categorysessions

Response body

{ "session_id": "...", "pipeline": {}, "revision": 1 }

On this page