---
title: "Get Technician Won Deals"
method: GET
path: "/analytics/technician/{user_id}/won-deals"
tags: ["analytics"]
---

# Get Technician Won Deals

`GET /analytics/technician/{user_id}/won-deals`

Won deals for a specific technician within the given date range.

## Path parameters

- `user_id` string, required

## Query parameters

- `start_date` string, nullable — Start date (YYYY-MM-DD)
- `end_date` string, nullable — End date (YYYY-MM-DD)

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
