By default, our export functionality in the UI is limited to 1000 rows of data. However, if you need to export more, you can use our API to retrieve up to 10,000 rows. Here's how to do it:
Using the API for Larger Exports
Use the query data API endpoint
Set the parameter
disable_series = true
in your API request.With this configured to true, you can now set the limit parameter to up to 10,000 rows of data.
Important Notes
The standard export through the user interface is still limited to 1000 rows.
This API endpoint is only available to Enterprise accounts
Using the API requires some technical knowledge or assistance from your development team.
For more detailed information on using our API, including authentication and specific endpoints, please refer to our API documentation.