Stream Events

get/v1/sessions/{session_id}/events/stream?beta=true

Path parameters

session_idstring required

Path parameter session_id

Headers

x-api-keystring
anthropic-versionstring
anthropic-betastring

Response

Successful response (OK)

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "type": "user.message",
  "id": "sevt_011CZkZGOp0iBcp4kaQSihUmy",
  "content": [
    {
      "type": "text",
      "text": "Where is my order #1234?"
    }
  ],
  "processed_at": "2026-03-15T10:00:00Z"
}

Changes