This endpoint returns the current status across all the message queue
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
"918527184400"
200 OK
The response is a JSON object with a count of jobs per state in the message queue
Number of message jobs waiting to be processed
0
Number of message jobs currently being processed
1
Number of message jobs completed successfully
142
Number of message jobs that failed after all retry attempts
3
Number of message jobs scheduled for a future time
5
Number of message jobs currently paused
0