API Reference
Calls

Live Server-Sent Events stream of a call's lifecycle

GET
/v1/calls/{id}/stream

Opens a text/event-stream (SSE) connection that pushes call lifecycle transitions (ringing, answered, completed, failed, …) as they happen. Intended for the in-app dialer's live call view.

Past lifecycle events are also embedded inline on the Call resource (Call.events) — this endpoint is only for the live tail; there is no separate read endpoint for historical events.

The connection stays open until the call reaches a terminal state or the client disconnects. Workspace isolation: the call must belong to the active workspace, otherwise this endpoint returns 404.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

id*string
Formatuuid

Response Body

text/event-stream

application/json

application/json

curl -X GET "https://example.com/v1/calls/497f6eca-6276-4993-bfeb-53cbbbba6f08/stream"
"string"
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}