Get export request status
Returns the current status of a transaction steps export request. Poll this endpoint until the status is Succeeded, then use totalFileCount from the response to download each result file by its zero-based index.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
ID of the export request, as returned in the response when the export was created.
Response
OK
Actual status of the request
New, Queued, Processing, Succeeded, Failed, Cancelled Number of result files in case of successfully finished processing Result files can be accessed by their indexes
Correlation ID of the report creation procedure In case of failure or cancellation correlation ID helps for further investigation
The filters used, to generate the report
