Merchant API
Retrieve report run details
api
get
/api/report-runs/{report_run_id}

Retrieve report run details

Retrieve details of a report run, based on the report_run_id.

Use this method to check the status of a report run.

If a report run's status is completed, the report file can be downloaded using the file_url.

Request

Path Parameters
Path Parameters
Header Parameters
Header Parameters

Response

Report run found

Response body
Body object 
Was this page helpful?
GET
/api . /report-runs . /{report_run_id} . 
Parameters
curl -L -g -X GET 'https://merchant.revolut.com/api/report-runs/{report_run_id}' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <yourSecretApiKey>'
Response body samples
{
"report_run_id": "d6f6ef64-f668-4e64-8967-1cdf8afb2561",
"status": "processing"
}