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.
| Method | GET |
| Path | /v1/institution/sessions/:sessionId/pipeline |
| Auth | Authorization: Bearer <token> required |
| Category | sessions |
Response body
{ "session_id": "...", "pipeline": {}, "revision": 1 }