When I call
https://api.vapi.ai/call, and I want to only select the calls made on a certain day, and I add the following payload, the API still returns all of the calls rather than the calls made during a certain time range. Any ideas how I can fix this?
{
"createdAtLt": "2024-12-28T19:51:18.894Z"
}