get https://elastic.messangi.me/missandei/v3/mlog
This endpoint allows retrieval of SMS, Email, Push notification, WhatsApp, RCS records sent over a specific period via JSON body.
NOTE
- The max date range you can get the logs is 92 days.
- If you set the date range more than 92 days, from the response body the parameter
"explain"
will display the next message:"The date range exceeds the allowed limit: 92"
- If the size of the report which contains the records is too big, from the response body the parameter
"explain"
will display the next message:"The size of the report is too big. Please contact support"
- We recommend set the
"pretty"
query param intrue
Statistics over an extended period could have a large number of logs. To make requests more responsive, we provide consistent filters and pagination as shown in the following query params:
For more information how to get the report, go to the Getting Report (JSON) section.