We are working on retrieving Topics and sentiment scores for the conversations with approximately 80,000 records to fetch for a month. I was automating this API requests using loops and dynamically adjusting the time range for each request to ensure that it supports the pagination limit of 1000 records. However, after fetching 37156 records, an error occurred indicating there were too many requested results. There don’t seem to be any issue with exceeding rate limits as per my observation. Could there be any other reason for this error?
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.