---
title: "List categories for Pack"
method: GET
path: "/packs/{packId}/categories"
tags: ["Packs"]
---

# List categories for Pack

`GET /packs/{packId}/categories`

List publishing categories for a given Pack.

## Path parameters

- `packId` integer, required

## Response `200`

Confirmation of successfully retrieving Pack categories

- ListPackCategoriesResponse — Confirmation of successfully retrieving Pack categories.
  - `categories` PublishingCategory[], required — The names of categories associated with a Pack.
    - `categoryId` string, required — The ID for this category.
    - `categoryName` string, required — The name of the category.
    - `categorySlug` string — The URL identifier of the category.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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