---
title: "List classes"
method: GET
path: "/platform/v1/workspaces/{workspaceId}/classes"
tags: ["classes"]
---

# List classes

`GET /platform/v1/workspaces/{workspaceId}/classes`

Returns the workspace's classes across every dimension, roots first within each tree. Results are paged with `limit`/`offset`.

## Path parameters

- `workspaceId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer, nullable

## Response `200`

200

- object
  - `data` object[], required
    - `createdAt` string, date-time, required
    - `id` string, uuid, required
    - `label` string, required
    - `parentClassId` string, uuid, nullable, required — Direct parent of the class, null for a root class.
    - `rootClassId` string, uuid, required — Root of the class tree (dimension). A transaction can carry at most one class per root. Root classes reference themselves.
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

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