---
title: "Get Memory Topics"
method: GET
path: "/memory_topics"
tags: ["Memory"]
---

# Get Memory Topics

`GET /memory_topics`

Retrieve all unique topics associated with memories in the system. Useful for filtering and categorizing memories by topic.

## Query parameters

- `user_id` string, nullable — User ID to filter topics for
- `db_id` string, nullable — Database ID to query topics from
- `table` string, nullable — Table to query topics from

## Response `200`

Memory topics retrieved successfully

- string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
