List SMS Logs
| Query Parameter | Type | Description |
|---|---|---|
skip | integer | Records to skip |
limit | integer | Records to return (1-500) |
provider | string | Provider filter |
direction | string | inbound or outbound |
status | string | Delivery status filter |
from_number | string | Sender phone filter |
to_number | string | Recipient phone filter |
assistant_id | integer | Assistant filter |
date_from | string | ISO lower bound |
date_to | string | ISO upper bound |
search | string | Body/content search |
Response
Get SMS Log
Response
SMS Log Stats
Response
SMS Debug Timeline
call_id is the SMS conversation call record ID.
Response
404if the call/conversation is missing.403if the conversation does not belong to the authenticated user’s organization.