reports
Download a report result file
This method retrieves a generated report file in the specified format.
Use Accept header to specify the file format.
Examples:
- JSON: Accept=application/json
- CSV: Accept=text/csv
- Excel: Accept=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
get/billing/org/v1/reports/{uuid}/download
Path parameters
uuidstring uuid required
Request-Id header value
Query parameters
format'csv' | 'json' | 'xlsx'
Response
Report data in JSON format.