Reports
Create a report generation request
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.
POST
Body
application/json
Response
200
application/json
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.