---
title: "Get Feature Funnel"
method: GET
path: "/analytics/features/{feature_name}/funnel"
tags: ["analytics"]
---

# Get Feature Funnel

`GET /analytics/features/{feature_name}/funnel`

Get conversion funnel for a specific feature (admin only).

Shows the progression of users through actions:
open -> use -> complete

Useful for identifying drop-off points.

## Path parameters

- `feature_name` string, required

## Query parameters

- `days` integer — Number of days to analyze

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