---
title: "Search A.I. trained topics by name"
method: GET
path: "/topics"
tags: ["Topics"]
---

# Search A.I. trained topics by name

`GET /topics`

## Query parameters

- `name` string
- `size` integer
- `private` boolean

## Response `200`

Returns the list of trained topics matching the search term. If no search term is provided, a list containing all topics accessible to the organisation will be returned.

- TopicsResponse
  - `topics` Topic[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string
    - `private` boolean

---

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