Get Report
GET /api/rest/v4/data/reports/{requestId}If the report is successfully generated, this endpoint returns the file directly. The response format depends on what was generated. Check the Content-Type header to determine the file type (e.g. application/pdf, application/zip). If the report has not yet completed, the endpoint returns the current status and/or an error message.
Example
Request
GET {{host}}/api/rest/v4/data/reports/a294ed2j-019f-3117-badb-519f926b81f9
Authorization: Bearer {{token}}Response
200 OK
Content-Type: application/pdf
...200 OK
Content-Type: application/zip
...