Use this endpoint to download a previously generated report (HTML, XML, CSV or TXT) that has finished processing (status=Finished).
The authorization token in the 'Bearer
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
The unique identifier of the Organization associated with the request.
Unique identifier for the report that you want to check.
The successful response containing the rendered report and two headers:
Content-Type (string): Indicates the format of the returned report
text/html, text/xml, text/csv, text/plaintext/htmlContent-Disposition (string): Suggests how the client should handle the file
attachment; filename="report.html"Note: The response examples illustrate possible outputs. In practice, you will only receive one format at a time, matching the Content-Type returned.
The response is of type string.