Mistermanu#000
11/12/2025, 10:25 PMVapi Support Bot
11/12/2025, 10:26 PMendedReason in your Vapi dashboard or via the API. For example, you can use the following API call to retrieve the call object:
bash
curl -X GET "https://api.vapi.ai/call/019a7a23-607b-7bb9-88c7-58d12e14f287" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Review the endedReason field in the response to identify the cause and consult the [Call ended reasons documentation](https://docs.vapi.ai/calls/call-ended-reason) for next steps.
Sources:
- [Debug call forwarding drops](https://docs.vapi.ai/phone-calling/transfer-calls/debug-forwarding-drops)
- [Server events](https://docs.vapi.ai/server-url/events)
- [Call ended reasons](https://docs.vapi.ai/calls/call-ended-reason)Manja manna
11/13/2025, 6:44 AMMistermanu#000
11/13/2025, 5:39 PMManja manna
11/13/2025, 9:52 PMMistermanu#000
11/14/2025, 1:03 AMMistermanu#000
11/14/2025, 1:06 AMManja manna
11/14/2025, 10:33 PMMistermanu#000
11/15/2025, 2:46 AMMistermanu#000
11/19/2025, 7:53 PMChiranjeet Mishra
11/21/2025, 7:27 PMjson
* When the conversation should end, you MUST call the endCall function directly without explaining that you're doing so. Do not say \"I'll end the call now\" or similar phrases - just call the function.
Remove this and it shouldn't hang up randomly anymore.Operations📟
11/25/2025, 6:56 PM