list_sms_threads
Retrieve SMS threads with lead-management fields including notes, value, tags, qualification, and state. Filter by account or company.
Instructions
List SMS threads. Unlike list_text_messages (conversation
transcripts), threads carry the lead-management surface: notes,
value, tags, lead_qualification, state — and are UPDATABLE
via update_sms_thread.
Args: account_id: Auto-resolves if omitted. company_id: Filter to one company. per_page: Page size (max 250). page: 1-indexed.
Returns:
JSON string with sms_threads[]. Each thread has id,
customer_name / customer_phone_number, current + initial
tracker/tracking-number, notes, value, tags,
lead_qualification, state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| account_id | No | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |