---
title: "GET /topics"
method: GET
path: "/topics"
---

# GET /topics

`GET /topics`

List notification topics that the user has received notifications on.

## Query parameters

- `search` string
- `read` 'true' | 'false'
- `saved` 'true' | 'false'
- `createdAfter` string
- `minimumSeverity` 'critical' | 'high' | 'normal' | 'low'

## Response `200`

The list of topics.

- GetTopicsResponse
  - `topics` string[], required

## Other responses

- `default` — An error response from the backend.

---

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