---
title: "List inbox categories"
method: GET
path: "/v3/inbox/threads/categories"
tags: ["Inbox"]
---

# List inbox categories

`GET /v3/inbox/threads/categories`

<small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>

Returns all inbox categories visible to the current user, including reserved system categories.

## Query parameters

- `ownerUserId` integer

## Response `200`

Inbox categories

- object[]
  - `id` integer, required
  - `name` string, required
  - `color` 'gray' | 'green' | 'blue' | 'red' | 'yellow' | 'purple' | 'orange' | 'lightBlue' | 'olive', required
  - `isReserved` boolean, required — True for system-reserved categories (e.g., the default category). Reserved categories cannot be renamed, recoloured, or deleted.
  - `unreadThreadsCount` integer, required — Number of unread threads currently assigned to this category.

## Other responses

- `400` — Query parameter validation failure, or a business-rule rejection (the supplied `ownerUserId` is not a member of the caller's team).
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Inbox feature is not available for this user or team.
- `429` — Too Many Requests

---

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