---
title: "List Custom Domain Classifications"
method: GET
path: "/classifications/domains"
tags: ["Project"]
---

# List Custom Domain Classifications

`GET /classifications/domains`

List the custom domain classifications defined for a project. These complement the built-in classifications and can be assigned to domains.

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `name` string, required
    - `color` string, required
  - `total_count` number, required — Total number of matching custom domain classifications, ignoring pagination
  - `totalCount` number, required — Total number of matching custom domain classifications, ignoring pagination

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
