---
title: "Get Classifications"
method: GET
path: "/v1/accounts/me/classifications"
tags: ["Accounts"]
---

# Get Classifications

`GET /v1/accounts/me/classifications`

Returns the paginated list of classifications configured for the authenticated account. Deleted classifications are excluded from results.

## Response `200`

OK. Returns a list of classifications for the account.

- Classification[]
  - `id` string, uuid, required — Unique ID of the classification.
  - `label` string, required — Display name of the classification.
  - `priority` integer, required — Priority of the classification.
  - `description` string, nullable — Optional description of the classification.
  - `guidelineUrl` string, nullable — Optional URL linking to classification guidelines.

## Other responses

- `403` — Forbidden. Token does not have the required scope.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
