---
title: "Get information about a topic"
method: GET
path: "/topics/{topic}"
tags: ["topics"]
---

# Get information about a topic

`GET /topics/{topic}`

## Path parameters

- `topic` string, required

## Response `200`

OK

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

## Other responses

- `404` — Not Found
- `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/:topic/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)
