Skip to main content

List a call's events

GET 

/v1/calls/:id/events

The call's append-only event trace — a chronological log of what happened during the call (status callbacks, the websocket connecting, per-node progress, a stop request, errors), oldest first, in a {status, count, total_count, events} envelope. Poll it to monitor a live call or diagnose one after the fact; page with limit/offset.

Request

Responses