Check report generation status
Use case
In this example, we will review how to check the status of a requested report file.
Use case data
API parameters with values
The generationId
number of the report file that was previously requested.
...api/v2/generations/ID-ID-2864
Sample API call
To find the status of the requested report, make the following API call.
reports-api.sandbox.tuumplatform.com/
api/v2/generations/{generationId}
Sample request
Below is an example request of the API call to find report status.
No request body.
Sample response
Below you find an example response body to the API call above.
Result
This endpoint returns the status of the account transactions report. When the statusCode has a value DONE
, the report is ready for download. In this example, the generationFileId of the report file is ID-2864
.
Last updated
Was this helpful?