MINARA

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.

MethodGET
Path/v1/chat/stream/resume
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorychat

Response body

text/event-stream — same envelope as `/v1/chat/stream`.

On this page