Fetch all Mdr records
Returns message detail records (MDRs) matching the provided criteria, such as date range, direction, status, and message type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Pagination start date
Pagination end date
Filter results by identifier. Message uuid
"e093fbe0-5bde-11eb-ae93-0242ac130002"
Filter results by direction. Direction (inbound or outbound)
INBOUND, OUTBOUND "INBOUND"
Filter results by profile. Name of the profile
"My profile"
Filter results by cld. Destination number
"+15551237654"
Filter results by cli. Origination number
"+15551237654"
Filter results by status. Message status
GW_TIMEOUT, DELIVERED, DLR_UNCONFIRMED, DLR_TIMEOUT, RECEIVED, GW_REJECT, FAILED "DELIVERED"
Filter results by message type. Type of message
SMS, MMS "SMS"