Too much data in view, access token expires during data extraction.

When extracting a large amount of data from a view in api, there are too many pages and the access token expires during pipeline execution.

After initiating the request, the access token expires because the time spent preparing the data and downloading the page exceeds 35 minutes.

 

The VIEW of data to be extracted has 1 billion cell data and more than 600 downloadable pages.
Is there any way to reduce this?
Right now, I am using the following request in the api.
{"exportType": "TABULAR_MULTI_COLUMN"}

CuteeeeRabbit_0-1665748933789.pngCuteeeeRabbit_1-1665748956719.png

 

Answers