Resume a chat response stream
Streaming
Resume Chat Stream
Reconnects to an in-progress chat response — the resume counterpart to POST /api/chat, which never resumes. Returns the live Server-Sent Events stream when a response is still being generated, or 204 No Content when there is nothing to resume. The chat must belong to the authenticated account.
GET
Resume a chat response stream
Authorizations
Your Recoup API key. Learn more.
Path Parameters
UUID of the chat to resume.
Response
Server-Sent Events stream of UI message parts for the in-progress response, compatible with the Vercel AI SDK. The x-workflow-run-id response header carries the run ID for this response.
Server-Sent Events stream containing UI message parts
