---
title: "Search for SMS messages"
method: GET
path: "/api/v1/messages/sms"
tags: ["Messages"]
---

# Search for SMS messages

`GET /api/v1/messages/sms`

The method is used to search for SMS messages using a part of their names or a tag.
 By default, a rate limit of 500 requests per hour applies. <br/>The method returns a maximum of 500 messages per request. <br/>The <b>TotalCount</b> header contains the number of messages returned by the query.<br/>

## Query parameters

- `search` string
- `startindex` integer
- `maxrows` integer

## Response `200`

## Other responses

- `429` — Too many requests:<br><ul><li>More than 500 requests per 1 hour.</li></ul>

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/versions/1c4afd7ba72a/schema)
