---
title: "Get doc categories"
method: GET
path: "/categories"
tags: ["Publishing"]
---

# Get doc categories

`GET /categories`

Gets all available doc categories.

## Response `200`

List of doc categories

- DocCategoryList — A list of categories that can be applied to a doc.
  - `items` DocCategory[], required — Categories for the doc.
    - `name` string, required — Name of the category.

## Other responses

- `401` — The API token is invalid or has expired.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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