Resume a streaming chat
GET /v1/chat/stream/resume — Reattach to an in-flight `/v1/chat/stream` SSE buffer that was interrupted by a network blip. Pass the original `correla
GET /v1/chat/stream/resume
Reattach to an in-flight /v1/chat/stream SSE buffer that was interrupted by a network blip. Pass the original correlation_id as a query parameter; the gateway replays the buffered events from the last delivered cursor.
| Method | GET |
| Path | /v1/chat/stream/resume |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | chat |
Response body
text/event-stream — same envelope as `/v1/chat/stream`.