Get CDR Logs
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).
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Query parameters
imsiinteger | nullableOptional
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.
start-timestringOptionalExample:
We can give start time and end time as input parameter.
2030-01-01 00:00:00
end-timestringOptionalExample:
We can give start time and end time as input parameter.
2030-01-01 01:00:00
Responses
200
Retrieved CDR Logs successfully
application/json
500
Pod deleted.Server Error
application/json
get
Last updated
Was this helpful?