Get CDR reports
CDR Reports
Get CDR reports
Returns the URL to download the daily CDR report file for the specified date. The URL is valid for 10 minutes and can be generated again after expiry by calling this API.
Important:
- CDR reports must be enabled on your account. Contact Bondio support to enable this feature.
- The report is generated daily at 4pm UTC. The generated report contains the usage from [day-1] 00:00:00-23:59:59 UTC.
- CDR files older than 3 months are automatically deleted from the system.
Here is the format of the report:
cdr_2025-10-02.csv
iccid,bytes,charges,mcc,mnc
8944261000000180260,287148726,0.36905,427,1
8944261000000131836,1455471533,1.24707,310,410
8944261000000132427,567695602,0.8988,426,2
8944261000000101322,197312069,0.31239,426,2
8944261000000101013,764217326,0.51956,410,1
8944261000000131876,7776343,0.00855,419,2
GET
Get CDR reports
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The date for which to retrieve CDR reports (format: YYYY-MM-DD). Data is available starting from the previous day.
Example:
"2025-10-02"
Response
Returns the CDR report file URL for the specified date