---
title: "Search Notification Text"
method: GET
path: "/search/notification-text"
tags: ["search"]
---

# Search Notification Text

`GET /search/notification-text`

Searches the text content of notifications.
Returns matching notifications with basic metadata. Useful for tracking themes,
campaign mentions, or specific keywords across mobile and web push messages.

## Query parameters

- `q` string, required
- `start_date` string, date
- `end_date` string, date
- `brand` string
- `genre` string
- `limit` integer

## Headers

- `X-API-Key` string, required

## Response `200`

A list of matching notifications.

---

[API](https://skmtc.dev/empushy/apis/notiflow-api.md) · [All operations](https://skmtc.dev/empushy/apis/notiflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/empushy/notiflow-api/revisions/09c0a68f9a58/schema)
