Get CDR Logs
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the CDR logs based on the provided IMSI, Start Time, and End Time. If only IMSI is provided, the output will include all CDR logs associated with that IMSI. If both Start Time and End Time are specified, the output will include all CDR logs generated up to the specified End Time. The time format is "YYYY-MM-DD HH:MM:SS"(e.g., 2024-08-22 15:30:00).
/v1/edge/{edgeIp}/cdrlogs
The IP address of the edge
Monogoto Edge IP
We can give IMSI as input parameter, then in output will get all cdr logs of given IMSI. If no IMSI provided then it will check for given start-time and end-time.
We can give start time and end time as input parameter.
2030-01-01 00:00:00
We can give start time and end time as input parameter.
2030-01-01 01:00:00