---
title: "Persona Sms List"
method: GET
path: "/personas/{persona_id}/sms"
tags: ["personas"]
---

# Persona Sms List

`GET /personas/{persona_id}/sms`

## Path parameters

- `persona_id` string, required

## Query parameters

- `limit` integer — Maximum number of emails
- `timedelta` string, duration, nullable — Maximum time since email reception
- `only_unread` boolean — Whether to only return unread messages

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- SMSResponse[]
  - `body` string, required — SMS message body
  - `sms_id` string, required — SMS UUID
  - `created_at` string, date-time, required — Creation date
  - `sender` string, nullable, required — SMS sender phone number

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/notte/apis/notte-api.md) · [All operations](https://skmtc.net/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notte/notte-api/versions/246f6d21de0c/schema)
