Amin VZ
11/26/2025, 1:01 PMVapi Support Bot
11/26/2025, 1:02 PMjs
import { VapiClient } from "@vapi-ai/server-sdk";
const client = new VapiClient({ token: "your-api-key" });
const call = await client.calls.get("019ac00d-e0a2-7dd8-8f66-bd69662339bc");
console.log("Recording URL:", call.recordingUrl);
console.log("Transcript:", call.transcript);
This will fetch the recording and transcript if they are available for your call. For more details, see the [Vapi Call Recording documentation](https://docs.vapi.ai/assistants/call-recording).
Source:
- [Call recording](https://docs.vapi.ai/assistants/call-recording)Chiranjeet Mishra
11/28/2025, 12:51 AMcall.in-progress.error-vapifault-worker-not-available. This error indicates that the worker responsible for managing your call was not available at the time needed. Typically, this could result from server issues or resource limitations.
Here’s what you can do:
1. Check Resource Limits - Ensure that all resource quotas and limits are adequate for your current call volume.
2. Server Health - Verify that your server is operating normally and not facing any downtime or performance bottlenecks.
3. Review Logs - Check your logs for any additional details that might point to the root cause of the worker availability issue.
For more detailed troubleshooting steps or configurations, you can refer to the [Client Message Documentation](https://docs.vapi.ai/api-reference/webhooks/client-message).
Let me know if you need more help.Amin VZ
11/28/2025, 10:11 AMAmin VZ
11/28/2025, 10:11 AMChiranjeet Mishra
12/01/2025, 10:39 PMAmin VZ
12/02/2025, 10:37 AMChiranjeet Mishra
12/04/2025, 6:37 AM