To export data from the View, a request is made with an API call to download all pages.
The View has a lot of data, so the number of pages will be about 100~3000.
I am using Azure pipeline to download one page at a time, but when I finished downloading about 120 pages in 50 minutes, I got a 500 HTTP Internal Server Error.
I asked Microsoft about this and they said it was a server issue on the Anaplan side.
The access token keeps updating every 35 minutes, so it is not an authorization issue.
Is there such a thing as an expiration time on export requests?
I am having trouble.
Any answers would be appreciated.
Appreciate your help.

"errors": [
{
"Code": 22756,
"Message": "ErrorCode=HttpRequestFailedWithServerError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Http request failed with server error, status code 500 InternalServerError, please check your activity settings and remote server issues.\nRequest URL: http://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/views/{viewID}/readRequests/{requestID}/pages/145.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.WebException,Message=The remote server returned an error: (500) Internal Server Error.,Source=System,'",