cURL
Streaming
Get Chat Run Status
Status of an asynchronous run started via POST /api/chat/runs. Returns a point-in-time snapshot (is it done?) — not the generated content.
Related endpoints
POST /api/chat/runs— starts the run this reports on.GET /api/chat/{chatId}/stream— read the content: poll this to know whether a run finished; use the stream to watch the output as it’s produced.POST /api/chat— the interactive, streaming counterpart to a headless run.
GET
cURL
Authorizations
Your Recoup API key. Learn more.
Path Parameters
The durable workflow run id returned by POST /api/chat/runs.
Response
Run status snapshot
Point-in-time status of an asynchronous chat-generation run.
