---
title: "Get Profile Step Funnel"
method: GET
path: "/analytics/profile-step-funnel"
tags: ["analytics"]
---

# Get Profile Step Funnel

`GET /analytics/profile-step-funnel`

Profile completion step funnel: shows how many unique users viewed/completed each step.

"Viewed" comes from pages_visited in user_activity_sessions (captures all flows),
merged with profile_step_viewed_* activity keys (from the chat flow).
"Completed" comes from profile_step_completed_* activity keys, plus page-visit
heuristic: if a user visited step N+1, they completed step N.

All counts are unique users, not raw event totals.

## Query parameters

- `days` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
