---
title: "List Icp Categories"
method: GET
path: "/api/v1/internal/icp-categories"
tags: ["internal", "icp-categories"]
---

# List Icp Categories

`GET /api/v1/internal/icp-categories`

List every ICP category with its dependency counts, ordered by name.

## Response `200`

Successful Response

- IcpCategoryListResponse — Every ICP category staff can assign, ordered by name.
  - `items` IcpCategoryListItem[], required
    - `id` string, uuid, required
    - `name` string, required
    - `workspace_count` integer, required
    - `skill_count` integer, required

## Changes

- **2026-08-05** `bd2347b6f591` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/icp-categories/get.md)

---

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