---
title: "Get topic"
method: GET
path: "/api/v1/models/{modelId}/topic/{topicName}"
tags: ["Models"]
---

# Get topic

`GET /api/v1/models/{modelId}/topic/{topicName}`

## Path parameters

- `modelId` string, uuid, required — Model UUID
- `topicName` string, required — Topic name

## Query parameters

- `branch_id` string, uuid — Branch ID to use for branch-aware operations

## Response `200`

Topic details with relationships and views

- ModelsGetTopicResponse
  - `success` boolean, required — Whether the operation succeeded
  - `topic` object, required — Topic details with relationships and views
    - `base_view_name` string, required — Base view name for the topic
    - `description` string — Topic description
    - `group_label` string — Group label
    - `hidden` boolean — Whether the topic is hidden
    - `label` string — Topic label
    - `name` string, required — Topic name
    - `relationships` object[], required — Relationships for the topic
    - `views` object[], required — Views available in the topic

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Model or topic not found

---

[API](https://skmtc.dev/omniapp/apis/omni-api.md) · [All operations](https://skmtc.dev/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omniapp/omni-api/revisions/f65b6ea0a62f/schema)
