cases
Stream cases chat response as SSE
Deprecated: superseded by POST /cases/chat/completion and POST /cases/chat/choices.
The response is a server-sent events stream using Anthropic-compatible event names and payloads.
Event types emitted during the stream:
- content_block_start / content_block_delta / content_block_stop: proxied Anthropic content block events
- message_delta: proxied Anthropic turn metadata
- error: {"type": "error", "error": {"type": "...", "message": "..."}}
post/cases/chat/stream
Request body
Response
SSE stream started successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.