Stream a chat message via SSE

Streams a completed chat message in chunks using Server-Sent Events. The final chunk includes results matching citation indices in the content.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.
message_idstringRequiredformat: "uuid"
Chat message identifier.

Response

SSE stream of chat completion chunks.

Errors