---
title: "Get a list of SMS logs"
method: GET
path: "/api/v1/logs/sms"
tags: ["Logs"]
---

# Get a list of SMS logs

`GET /api/v1/logs/sms`

Required scope - root

## Query parameters

- `page_size` integer
- `page_number` integer

## Response `200`

A list of SMS logs

- object
  - `logs` SmsLog[]
    - `id` number
    - `receiver` string
    - `response` string
    - `content` string
    - `createdAt` string
    - `updatedAt` string
    - `deletedAt` string, nullable
  - `count` integer — Total number of logs matching the query

## Changes

- **2024-10-01** `ffd604cd7944` — 1 info
  - endpoint added
- **2024-08-11** `11e2773b3a1e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/logs/sms/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/revisions/ffd604cd7944?raw)
