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

# List topics

`GET /v1/topics`

List topics, with partition count and replication factor. Optional: filter based on topic name.

## Query parameters

- `filter.name_contains` string
- `page_size` integer
- `page_token` string

## Response `200`

OK

- ListTopicsResponse
  - `next_page_token` string
  - `topics` ListTopicsResponseTopic[]
    - `internal` boolean — Whether topic is internal only.
    - `name` string — Topic name.
    - `partition_count` integer — Topic partition count.
    - `replication_factor` integer — Topic replication factor.

## Other responses

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

---

[API](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/versions/2917b4dd86f7/schema)
