---
title: "List all topics"
method: GET
path: "/topics"
tags: ["topics"]
---

# List all topics

`GET /topics`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- RatusTopics
  - `data` RatusTopic[]
    - `count` integer — The number of tasks that belong to the topic.
    - `name` string — User-defined unique name of the topic.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2022-09-08** `79c9252ef220` — 1 info
  - endpoint added
- **2022-08-25** `e1902c1bf9a3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hyperonym/apis/ratus/changes/topics/get.md)

---

[API](https://skmtc.dev/hyperonym/apis/ratus.md) · [All operations](https://skmtc.dev/hyperonym/apis/ratus/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperonym/ratus/revisions/edcf82c9deb2/schema)
