---
title: "Search for Mobile Push messages"
method: GET
path: "/api/v1/messages/mobilepush"
tags: ["Messages"]
---

# Search for Mobile Push messages

`GET /api/v1/messages/mobilepush`

The method is used to search for Mobile Push messages using a part of name 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

## 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)
