---
title: "Get Feature Trends"
method: GET
path: "/analytics/features/trends"
tags: ["analytics"]
---

# Get Feature Trends

`GET /analytics/features/trends`

Get daily trends for feature usage (admin only).

Returns time-series data with daily event counts and unique users.

## Query parameters

- `days` integer — Number of days to analyze
- `feature_name` string, nullable — Filter by feature name

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
