---
title: "Get Notification Length Distribution"
method: GET
path: "/content/notification-length"
tags: ["content"]
---

# Get Notification Length Distribution

`GET /content/notification-length`

This endpoint calculates the length of each notification’s text content and groups it
into predefined length ranges: "0-49", "50-99", "100-149", and "150+" characters.
It returns the count of notifications falling into each range. Useful for analyzing
copy density, message brevity, and notification formatting strategies.

## Query parameters

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

## Headers

- `X-API-Key` string, required

## Response `200`

A list of length ranges and their notification counts.

---

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