Chris Sloane
06/18/2025, 3:32 PMVapi Support Bot
06/18/2025, 3:34 PMendedReason
field in the API response. If its value is voicemail
, this indicates the call was ended due to voicemail detection.
Example:
json
{
"endedReason": "voicemail"
}
This field is designed to summarize the main reason for call termination, including voicemail scenarios.
[See more details in the Vapi docs](https://docs.vapi.ai/calls/call-ended-reason)
Sources:
- [Call ended reasons Vapi Docs](https://docs.vapi.ai/calls/call-ended-reason)
- [Get Call API Reference](https://docs.vapi.ai/api-reference/calls/get)Chris Sloane
06/18/2025, 3:36 PMgoogle
Kings_big💫
06/18/2025, 6:24 PMendedReason
in the GET /calls/{id}
response is `"voicemail" use webhooks or serverMessages
to receive the full end-of-call report..