---
title: "List Available Topics (for Tenant)"
method: GET
path: "/{tenant_id}/topics"
tags: ["Topics"]
---

# List Available Topics (for Tenant)

`GET /{tenant_id}/topics`

Returns a list of available event topics configured in the Outpost instance. Requires Admin API Key or Tenant JWT.

## Response `200`

A list of topic names.

- string[]

## Other responses

- `404` — Tenant not found.

---

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