Filter Messages
Retrieve messages filtered by phone number with pagination support. Returns a list of inbound and outbound messages for a specific number. Similar to Message Search but returns the full filtered message list.
What this does: Returns a paginated list of messages for the given phone number. Similar to Message Search but designed for simple phone-number-based filtering. Returns message IDs, bodies, direction, status, and timestamps.
Next steps:
- Get full details for a specific message —
GET /v1.0/message/details - Send a message —
POST /v1.0/message/outbound
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Query Parameters
The phone number to filter messages for (E.164 format)
Page number for pagination
Number of results per page
Response
Success — returns a paginated list of filtered messages
The response is of type object.