Get Sent Messages
SMS Management
Get Sent Messages
Retrieve a list of sent SMS messages with filtering options
Get Sent Messages
Get Sent Messages
Retrieve a paginated list of sent SMS messages with optional date filtering.Parameters
string
required
Your API key for authentication
string
required
Your client identifier for authentication
number
required
Starting index for pagination (0-based)
number
required
Number of messages to retrieve per page
string
Start date filter in
yyyy-mm-dd formatstring
End date filter in
yyyy-mm-dd formatResponse
number
Error code (0 for success)
string
Description of the result
object
Response data object
array
Array of message objects
string
Mobile number that received the message
string
Sender ID used for the message
string
Message content
string
Date and time when message was submitted
string
Unique message identifier
string
Date and time when message was processed
string
Current delivery status
string
Total number of messages
Success Response
Message Status Values
Use Cases
- Message history: View all sent messages
- Delivery tracking: Monitor message delivery status
- Analytics: Analyze message performance over time
- Audit trail: Track message history for compliance
- Debugging: Troubleshoot delivery issues

