GetMessageListStatus
Returns status for a message sent to a group of mobile numbers.
Input
| Name | Type | Required | Description |
| MessageId | String | True | Message Id provided for the messageList. |
| TokenId | String | True | Token Id returned for the messageList. |
Result Set Columns
| Name | Type | Description |
| Message | String | The message text sent in the SMS message. |
| Count | Integer | The total of mobile numbers included in the send request subtracting the number of unsubscribed recipients. |
| CreateDate | Datetime | Date when the MessageList send was submitted. |
| CompleteDate | Datetime | Date when the send completed. |
| Status | String | Delivery status of a message to a group of mobile numbers. |
| Tracking | String | Tracking information related to the delivery status of a message to a group of mobile numbers. |