---
title: "List Available Topics"
method: GET
path: "/topics"
tags: ["Topics"]
---

# List Available Topics

`GET /topics`

Returns a list of available event topics configured in the Outpost instance.

## Response `200`

A list of topic names.

- string[]

## Other responses

- `401` — Missing or invalid authentication credentials.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hookdeck/apis/outpost-api.md) · [All operations](https://skmtc.net/hookdeck/apis/outpost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/outpost-api/revisions/506c7bcee34b/schema)
