---
title: "GET /v1/sms/messages/"
method: GET
path: "/v1/sms/messages/"
tags: ["v1"]
---

# GET /v1/sms/messages/

`GET /v1/sms/messages/`

## Query parameters

- `ordering` string
- `page` integer
- `pageSize` integer
- `search` string

## Response `200`

- PaginatedSMSMessageList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` SMSMessage[], required
    - `id` integer, required
    - `count` integer
    - `cost` string, decimal
    - `phones` string[], nullable
    - `message` string, required
    - `created_at` string, date-time, required
    - `type` 0 | 1 | 2 — * `0` - simple * `1` - document * `2` - otp
    - `document_id` integer, nullable
    - `created_by_id` integer, nullable
    - `status` union
      - 'PENDING' | 'DELIVERED' | 'FAILED' — * `PENDING` - PENDING * `DELIVERED` - DELIVERED * `FAILED` - FAILED
      - ''
      - unknown
    - `client` string, required
    - `request_id` string, required

---

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