Poll call events (SSE-formatted)
Event log of a call in SSE text format (id: / event: / data: lines). POLL this endpoint with short requests and the after_event_id cursor - do NOT hold a long-lived stream open. The gateway strips the Last-Event-ID header; the query param is the only cursor. Event types: status_change, ask_user (answer promptly via POST /calls/{call_id}/answer; requires ask_user_mode=stream at call creation), outcome (terminal), recording_ready, transcript_ready (the post-call merged transcript is built - see GET /calls/{call_id}/transcript-merged).
Path parameters
Query parameters
Return only events with event_id greater than this cursor. Start at 0; advance to the last id: you received.
Headers
Response
SSE-formatted text; empty body when no new events.
Changes
No recorded changes to this endpoint across all 1 revision of this API.