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_idstringOptionalformat: "uuid"
Filter by line ID
limitintegerOptional1-100Defaults to 20

Maximum number of results (1-100)

cursordatetimeOptional
ISO 8601 timestamp cursor for pagination

Response

List of conversations
conversationslist of objects
has_moreboolean
next_cursordatetime or null

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error