Discussions

Ask a Question
Back to All

Dialpad SMS data fetching not working correctly.

Hi.

Im using Dialpad Stat API to get SMS data from CSV format. When im trying yo fetch data for current date Im not getting recently added data for the CSV File. Is there any reason for that ?

Example Req for the execute the CSV file as need

curl --request POST \
     --url https://dialpad.com/api/v2/stats \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "timezone": "UTC",
  "is_today": true
}

After that, download the CSV from provided URL. But there is no recently added data include.