Messages
List Messages
List SMS messages with filtering and pagination
POST
Retrieve a paginated list of messages for your account. Supports filtering by direction, phone number, and date range.
Request Body
Maximum number of messages to return. Max: 100.
Number of messages to skip for pagination.
Filter by message direction:
inbound or outbound.Filter by phone number (either from or to).
Filter messages after this ISO 8601 date.
Filter messages before this ISO 8601 date.
Response
Array of message objects.
Total number of messages matching the filters.
Whether there are more messages to paginate through.