---
title: "Get Behavioral Trigger Frequencies by Hour of Day"
method: GET
path: "/content/behavioral-triggers-by-hour"
tags: ["content"]
---

# Get Behavioral Trigger Frequencies by Hour of Day

`GET /content/behavioral-triggers-by-hour`

This endpoint analyzes all values in the `behavioral_triggers` array of each notification
and counts how often each trigger appears by hour (from 0 to 23). 
Only documents with valid values are included.

## 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 (trigger, hour, count) dictionaries

---

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