---
title: "List intent categories"
method: GET
path: "/v1/environments/{environmentId}/intent-categories"
tags: ["insights"]
---

# List intent categories

`GET /v1/environments/{environmentId}/intent-categories`

List intent categories for an environment, including how many intents each category is linked to

## Path parameters

- `environmentId` string, required — The ID of the environment

## Response `200`

The intent categories

- object[]
  - `id` string, required
  - `name` string, required
  - `color` 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'gray', required
  - `intentCount` integer, required

## Other responses

- `400` — 400
- `404` — 404

## Changes

- **2026-08-15** `262875478562` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alpic/apis/alpic-api/changes/v1/environments/:environmentId/intent-categories/get.md)

---

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