---
title: "Get Conversation Technicians"
method: GET
path: "/conversations/technicians"
tags: ["conversations"]
---

# Get Conversation Technicians

`GET /conversations/technicians`

Get list of technicians who have conversations (for filter dropdown).

## Response `200`

Successful Response

- TechnicianFilterResponse — Response model for technician filter list.
  - `technicians` TechnicianFilterItem[], required
    - `user_id` string, required
    - `technician_name` string, required
    - `categories` string[], required
    - `trades` string[]

## Other responses

- `404` — Not found

---

[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/d96feef8e2ef/schema)
