Phone
Inbound SMS
List and read received SMS for a phone number
GET
Lists received SMS for a phone number, newest first, with cursor-based pagination. Inbound SMS works immediately on provisioning — there is no carrier gate on receiving.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | UUID of the phone number |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Max messages (default 20, max 100) |
cursor | string | Pagination cursor (next_cursor from a previous call) |
Read a single message
GET /v1/phone/messages/:messageId returns the full body and any media URLs:
CLI
MCP
Tools:naive_phone_messages, naive_phone_read.