``` curl -G https://api.vapi.ai/call?assistantId=&...
# general-english
m
Copy code
curl -G https://api.vapi.ai/call?assistantId=&createdAtLt=2025-01-20T21%3A39%3A35.944Z&createdAtGe=2025-01-20T21%3A41%3A22.600Z \
     -H "Authorization: Bearer " \
     -d assistantId= \
     --data-urlencode createdAtLt=2025-01-20T21:39:35.944Z \
     --data-urlencode createdAtGe=2025-01-20T21:41:22.600Z
2 Views