Body
application/json
Response
Returns the newly created Report object. The report’s status is set to pending until generation completes. Use the status field (or the succeeded_at timestamp) to track when the report is ready.
Generates an aggregated analytics report such as a charging-summary or cost-analysis, based on the parameters you supply. Report generation is asynchronous: the request immediately returns a Report object with status=pending
. Poll the Retrieve a report endpoint, or listen for the report.succeeded
webhook, to know when the file is ready for download.
Returns the newly created Report object. The report’s status is set to pending until generation completes. Use the status field (or the succeeded_at timestamp) to track when the report is ready.