Skip to main content
GET
/
agent
/
v1
/
chat
/
{id}
/
stream
Stream chat events
curl --request GET \
  --url https://api.case.dev/agent/v1/chat/{id}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Chat session ID

Query Parameters

lastEventId
integer

Replay events after this sequence number

Response

SSE stream

The response is of type string.