---
title: "Get Categories"
method: GET
path: "/memories/categories"
---

# Get Categories

`GET /memories/categories`

Get all memory categories for the user's organization.

Args:
    authorized_user: Authorized user with organization context.

Returns:
    List of categories with memory counts.

## Response `200`

Successful Response

- GetCategoriesResponse — Response for getting all memory categories.
  - `categories` APIApiSchemaMemoriesCategoryInfo[], required — List of memory categories
    - `id` string, required — UUID of the category
    - `label` string, nullable, required — Label of the category
    - `description` string, nullable, required — Description of the category
    - `enabled_count` integer — Number of enabled memories in this category
    - `total_count` integer — Total number of memories in this category

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
