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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
255Full-text query over subject and body, up to 500 characters.
500Number of results to return. Defaults to 25; maximum is 100.
1 <= x <= 100Opaque cursor returned by the previous page.