Messages

List the caller's own SMS conversations, one row per thread

Lists the caller's own SMS conversations, one row per thread. Each row includes the most recent message in the thread, its unread inbound count, the eSIMs it was seen through, and the matching contact's name when one exists. Optional esimId or numberId narrows to threads on one eSIM or number.

Cursor-paginated via limit (default 20, max 100) and cursorLastOccurredAt/cursorLastMessageId (both required together, taken from a previous page's nextCursor). Pagination follows each thread's most recent activity rather than a fixed snapshot, so a thread with new activity can move ahead of an in-progress page fetch. Clients that need a stable ordering should snapshot their own view.

get/numbers/messages/conversations

Query parameters

limitinteger
esimIdstring uuid
numberIdstring uuid
cursorLastOccurredAtstring date-time
cursorLastMessageIdstring uuid

Response

Conversations retrieved

Changes