---
title: "Get categories"
method: GET
path: "/insights/categories"
---

# Get categories

`GET /insights/categories`

Retrieve categories for customer feedback

## Query parameters

- `type` 'base' | 'suggested' | 'user_defined'
- `search` string

## Response `200`

Default Response

- PublicCategoryDto[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable, required
  - `type` 'base' | 'suggested' | 'user_defined', required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
