List call returns empty list when the limit is set...
# support
z
curl request
Copy code
curl -G https://api.vapi.ai/call \
     -H "Authorization: Bearer <token>" \
     -d assistantId=5f3ae0ff-4c7f-4e36-8e32-502821a99a8d \
     -d limit=90
k
Use this curl command to fetch calls from Vapi using a GET request with query parameters for assistantId and limit or use a POST request with a JSON body if the API expects structured data.. https://docs.vapi.ai/api-reference/calls/create
2 Views