Download a report
This endpoint allows downloading a previously generated report in CSV format.
Use the id returned when you requested the report.
Path Parameters
id*string
ID of report
Format
uuidResponse Body
text/csv
application/json
application/json
curl -X GET "https://example.com/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08/download""string"{ "exception": { "code": 0, "message": "string" }}{ "exception": { "code": 0, "message": "string" }}Reporting API Reference
View OpenAPI schemas.
Get report by ID GET
This endpoint allows fetching the details of a specific report. Note that this will return the details of the report only. To download the report as a CSV file, use the `/reports/{id}/download` endpoint. Provide the `id` returned when you requested the report.