List SMS conversations
Returns conversation threads grouped by line and phone number, ordered by most recent message. Supports cursor-based pagination.
Authentication
AuthorizationBearer
Send as Authorization: Bearer <your-key>. Obtain keys from the portal — prefix sk_live_ for production, sk_test_ for sandbox.
Query parameters
line_id
Filter by line ID
limit
Maximum number of results (1-100)
cursor
ISO 8601 timestamp cursor for pagination
Response
List of conversations
conversations
has_more
next_cursor
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
