nexmo.com – reports
The enables you to request a report of activity for your Vonage account.
Depending on your query pattern, you can choose from one of the two versions of the Reports API: asynchronous and synchronous. The asynchronous version is optimized for infrequent and large data queries (from several records to tens of millions). The synchronous version is optimized for frequent and periodic retrievals of small batches of data records (from one record to tens of thousand per query).
Only synchronous version supports retrival of data records by message/record ID.
Vonage recommends that you limit asynchronous queries to a maximum of 20 million records, by setting the start and end dates accordingly. On average, the asynchronous Reports API takes 5 - 10 minutes to generate 1 million records.
- Homepage
- https://api.apis.guru/v2/specs/nexmo.com:reports/2.2.2.json
- Provider
- nexmo.com:reports / reports
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/nexmo.com/reports/2.2.2/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/nexmo.com/reports/2.2.2/openapi.yaml
Tools (8)
Extracted live via the executor SDK.
-
media.downloadReportDownload a zipped archive of the rendered report. The file is available for download for 72 hours.
The zip file will be named<PRODUCT>_<REPORT_ID>.zip
The csv file in the zip archive will be named asreport_<PRODUCT>_<ACCOUNT_ID>_<DATE>.csvthe date will be formatted asyyyyMMdd. -
reports.cancelReportCancel the execution of a pending or processing report.
-
reports.createAsyncReportRequest a report on your account activity
-
reports.getRecordsFetch usage data synchronously
-
reports.getReportRetrieve status and metadata about a requested report.
-
reports.listReportsList reports created by the specified account based on filtered provided.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools