---
title: "List all the the HelpCenter categories"
method: GET
path: "/v1/helpcenter/categories"
tags: ["HelpCenter"]
---

# List all the the HelpCenter categories

`GET /v1/helpcenter/categories`

List all the the HelpCenter categories, hierarchically

## Query parameters

- `cursor` integer
- `limit` integer

## Response `200`

Successful Response

- ExternalApiListResponseExternalCategoryResponseSchema
  - `data` ExternalCategoryResponseSchema[], required
    - `updatedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable
    - `companyId` string, uuid, required
    - `slug` string, nullable
    - `title` string, required
    - `description` string, nullable
    - `icon` string, nullable
    - `parentId` string, uuid, nullable
    - `id` string, uuid, required
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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