---
title: "List mountable topics"
method: GET
path: "/v1/cloud-storage/topics/mountable"
tags: ["Cloud Storage"]
---

# List mountable topics

`GET /v1/cloud-storage/topics/mountable`

Retrieve all topics that are currently unmounted and available to be mounted to the cluster. These topics reside in object storage and can be mounted for consumption or production within the cluster.

## Response `200`

OK

- ListMountableTopicsResponse
  - `topics` TopicLocation[]
    - `topic_location` string — Full reference for the unmounted topic in this format: `topic-name/cluster-uuid/revision`. Use this as unique identifier for mounting a topic if there are multiple topics available with the same name.
    - `topic_name` string — Topic name.

## Other responses

- `401` — Unauthenticated.
- `404` — Not Found
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
