Get a specific report by report_id
.
Once a report request has been accepted for processing, you can poll the report resource endpoint at /reports/{report_id}
for its status. When status is ready
, the final report is uploaded and available at {file_url}
.
This endpoint requires either the “view” or “trade” permission.
The response is of type object
.