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

# List topics

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

## Path parameters

- `modelId` string, uuid, required — Model UUID

## Query parameters

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

## Response `200`

List of topics in the model

- ModelsListTopicsResponse
  - `success` boolean, required — Whether the operation succeeded
  - `topics` object[], required — List of topics
    - `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

## Other responses

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

---

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