Docs navigation
Webhooks
Developer-facing webhooks for call lifecycle events are on our roadmap. Until they ship, poll GET /v1/calls/:id to observe a call's status.
The planned event payload will look like this (subject to change before release):
json
{
"event": "call.completed",
"callId": "665f20119b3e4a0012ab9900",
"agentId": "665f1c2a9b3e4a0012ab34cd",
"status": "completed",
"billableMinutes": 3,
"outputVariables": { }
}