---
title: "Get Genre List"
method: GET
path: "/content/list-genre"
tags: ["content"]
---

# Get Genre List

`GET /content/list-genre`

This endpoint retrieves all unique app genres present in the notification database.
Genres represent app categories such as "Retail", "Finance", "Entertainment", 
"Social Media", "Gaming", etc. The list can be filtered by brand to see which 
genres a specific brand operates in, or by date range to see genres that were 
active during a particular time period. Useful for populating filter dropdowns,
analyzing market segments, and understanding content categorization.

## Query parameters

- `brand` string
- `start_date` string, date
- `end_date` string, date

## Headers

- `X-API-Key` string, required

## Response `200`

A list of unique genres available in the system.

---

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