Skip to main content
GET
Subscribe to Stream
Subscribe to an active chat stream to receive real-time AI responses. This is an alternative to polling the Get Status endpoint.

Request

Headers

Path Parameters

Example Request

Response

Returns a Server-Sent Events (SSE) stream with workflow progress and AI responses.

Stream Format

The stream uses the Vercel AI SDK v4 data stream protocol. Each chunk is prefixed with a type indicator:

Example Stream

Status Codes

Notes

  • The stream will end when the workflow completes
  • If you call this endpoint after the workflow has finished, you’ll get a 204 No Content response
  • For simpler implementations, consider polling the Get Status endpoint instead