---
title: "User Detailed Report"
method: GET
path: "/api/leads/reports/user/{user_id}"
tags: ["Leads - Admin"]
---

# User Detailed Report

`GET /api/leads/reports/user/{user_id}`

Per-commercial drill-down, opened from a row of the report's
"Performance por Comercial" table.

Takes the SAME funnel filter as the parent report, and the caller should
send the report's echoed `window` as start_date/end_date rather than
`period`: the row was computed for one funnel and one resolved window, so
re-deriving either here would make the modal contradict the row that opened
it (the same pinning the lost-reason drill-down does).

## Path parameters

- `user_id` integer, required

## Query parameters

- `team_id` integer[]
- `include_no_funnel` boolean — Also match leads with no (or an orphaned) attribution funnel
- `period` string
- `month` string
- `start_date` string
- `end_date` string

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
