Open Workflow MCP SSE
GET/api/workflows/:workflowName/mcp
Open a standalone SSE stream for an initialized session. Accept must include text/event-stream.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 406
- 409
MCP server-message SSE stream.
Response Headers
Mcp-Session-Id
Current session ID.
Invalid session or protocol-version header.
Invalid Bearer API Key.
Missing permission or session binding mismatch.
MCP session does not exist or has expired.
Accept does not include text/event-stream.
The session already has a standalone SSE stream.