list_texts
List SMS text messages from multiple sub-accounts to audit client communication. Filter by date, status, or account; automatically pages through all results.
Instructions
List SMS/text messages across sub-accounts.
Useful for auditing text communication across all client accounts.
Fetches up to max_items texts per account, paging automatically (CTM caps per_page at ~100, so this walks as many pages as needed rather than returning just the first one) — raise max_items for accounts with heavy text volume or narrow start_date/end_date instead; a truncation warning is included if any account had more than max_items.
Defaults to active sub-accounts only. Pass status="archived", "canceled", "paused", or "all" to include others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| end_date | No | ||
| per_page | No | ||
| max_items | No | ||
| start_date | No | ||
| account_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |