---
title: "Get topic"
method: GET
path: "/v1/topics/{topicKey}"
tags: ["Topics"]
---

# Get topic

`GET /v1/topics/{topicKey}`

Get a topic by its topic key

## Path parameters

- `topicKey` string, required

## Response `200`

- object
  - `data` GetTopicResponseDto
    - `_id` string
    - `_organizationId` string, required
    - `_environmentId` string, required
    - `key` string, required
    - `name` string, required
    - `subscribers` SubscriberEntity[], required

---

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