List and search messages in an inbox
Lists inbound messages newest first. All access is scoped to the authenticated account. filter[search] performs PostgreSQL full-text search over the subject, plain-text body, and HTML body. Filters compose with stable cursor pagination.
Path parameters
Email inbox UUID.
Query parameters
Case-insensitive literal substring of the sender address.
Case-insensitive literal substring of the subject.
Inclusive ISO 8601 lower bound for the received timestamp.
Inclusive ISO 8601 upper bound for the received timestamp.
Whether the message has a read timestamp.
Whether the message has no read timestamp. Set to true to return only unread messages.
Returns only messages carrying this label. Matching is exact and case-sensitive. Reserved telnyx: labels can be filtered on even though they cannot be written by customers.
Full-text query over subject and body, up to 500 characters.
Number of results to return. Defaults to 25; maximum is 100.
Opaque cursor returned by the previous page.
Response
Paginated inbox messages.