There are several ways to circumvent this limitation:
- Modify the analysis period so that you make several consecutive calls that are less than 200,000 lines.
- Use our API REST and modify paging. This will allow you to make calls in batches of 10,000 lines. By changing the "page-num" parameter you will have access to all values.
Example: &max-results=10000&page-num=1 will provide you with the first 10,000 results. By increasing this parameter by 1 "&page-num=2", you will obtain the 10,000 next results (from 10,001 to 20,000).