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

# List Custom URL Classifications

`GET /classifications/urls`

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

## 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 URL classifications, ignoring pagination
  - `totalCount` number, required — Total number of matching custom URL 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)
