atharane
06/09/2025, 1:05 PM"artifactPlan": {
"videoRecordingEnabled": true
},
but for some calls, we don't get the video recording url
example: 762a3a61-6058-41b0-aaef-2e7b4a63a16c
is there any way to retrieve the video for this call?Vapi Support Bot
06/09/2025, 1:07 PMvideoRecordingUrl is missing for a call (like 762a3a61-6058-41b0-aaef-2e7b4a63a16c), and you have already set videoRecordingEnabled: true, there is no documented way to retrieve the video after the fact. This usually means the video was not captured due to a technical or configuration issue.
Actionable next step:
Contact [Vapi Support](https://docs.vapi.ai/support) with your call ID and details—they may be able to investigate further or provide more insight.
If you need to check for video recordings programmatically in the future, always look for the videoRecordingUrl in the call's artifact object.
Sources:
- [Vapi Call Recording Documentation](https://docs.vapi.ai/call-recording)
- [Vapi API Reference: Get Call](https://docs.vapi.ai/api-reference/calls/get)
- [Vapi Support](https://docs.vapi.ai/support)atharane
06/09/2025, 3:28 PMChiranjeet Mishra
06/10/2025, 2:23 PMatharane
06/10/2025, 7:46 PMChiranjeet Mishra
06/12/2025, 9:42 AMVldmr
01/07/2026, 5:34 PMChiranjeet Mishra
01/07/2026, 5:52 PMVldmr
01/07/2026, 5:54 PM{
"assistantId": "a12f88f5-7978-47f8-aa3c-69548bd18633",
"assistantOverrides": {
"maxDurationSeconds": 1800,
"videoRecordingEnabled": true
}
}Chiranjeet Mishra
01/07/2026, 6:04 PMVldmr
01/07/2026, 9:51 PMVldmr
01/07/2026, 10:27 PMChiranjeet Mishra
01/07/2026, 11:21 PMVldmr
01/08/2026, 10:24 AMChiranjeet Mishra
01/08/2026, 5:48 PMChiranjeet Mishra
01/10/2026, 11:45 AMVldmr
01/12/2026, 10:49 AMVldmr
01/12/2026, 2:48 PMChiranjeet Mishra
01/13/2026, 1:59 AMartifactPlan: {
videoRecordingEnabled: true
}
}
});Vldmr
01/13/2026, 4:08 PMVldmr
01/13/2026, 4:24 PMChiranjeet Mishra
01/14/2026, 4:16 PM