bezzerli
07/24/2025, 6:20 AMhttps://api.vapi.ai/call/{{ $json.id }} to check the status of each of the 90 calls.
* If some calls are still active, I wait again.
* Once all calls are complete, I wait an additional minute before starting the next batch of 90 contacts.
* This loop continues until 7 PM.
However, after a while I start getting the following error:
Try spacing your requests out using the batching settings under 'Options'
ERR_BAD_REQUEST
429
Even though I’ve configured batching with 30 items per batch and 15 seconds between batches, the error still appears. Since we have an increased concurrency limit (100), shouldn’t the rate limits for these endpoints be increased accordingly as well?
2) Also, I have a second question. Could you please explain what the following error means?
call.start.error-get-transport
Call ID: 345fbebb-4d41-4446-a2fe-31949f115c2c
Thanks in advance!Chiranjeet Mishra
07/26/2025, 10:16 AM