---
title: "Get Category Counts"
method: GET
path: "/conversations/category-counts"
tags: ["conversations"]
---

# Get Category Counts

`GET /conversations/category-counts`

Get counts for all 4 conversation categories with manager trade scoping.

## Query parameters

- `user_id` string, nullable — Filter by technician user_id
- `trade` string, nullable — Filter by technician trade (e.g. hvac, plumbing, electrical)

## Response `200`

Successful Response

- CategoryCountsResponse — Response model for conversation category counts.
  - `require_action` integer, required
  - `ongoing` integer, required
  - `won` integer

## 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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
