List text conversations
list_conversationsRetrieve paginated SMS/MMS conversations with optional date range, search, and sorting filters.
Instructions
List SMS/MMS text-message conversations in an account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| sort | No | Field to sort by (resource-specific). | |
| order | No | Sort direction. | |
| fields | No | Optional additional fields to include in each record. | |
| search | No | Free-text search filter. | |
| end_date | No | ISO 8601 end of a custom date range. | |
| per_page | No | Results per page (default 100, max 250). | |
| account_id | No | CallRail account id. Defaults to CALLRAIL_ACCOUNT_ID if set. | |
| company_id | No | ||
| date_range | No | Predefined range: recent, today, yesterday, last_7_days, last_30_days, this_month, last_month, this_year, last_year, all_time. | |
| start_date | No | ISO 8601 start of a custom date range. |