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
- 200
- 401
- 403
- 404
- 429
Missing, invalid, revoked, or expired API key.
The key lacks the calls:read scope.
No call with this id for your organization.
Rate limit exceeded.