Discussions

Ask a Question
Back to All

Is the Pagination Avaliable for Dialpad SMS report API

Im using DiaPad API to fetch users SMS (Text) Data.

  1. https://dialpad.com/api/v2/stats using this Endpoint schedule the Report.
  2. https://dialpad.com/api/v2/stats/{report_id} there after passing "report_id" and the im getting the url to download the CSV file.

After the download the CSV file, i can process data.


What i need to know is, What happen if there is very large user base in domain. Will all data send as a single CSV file ? If not how can i get other remain data from API ?