List API Reference Pages
list_api_reference_pagesList pages in Redpanda API reference documentation. Returns endpoints, schemas, and topic pages with URL, title, type, and description.
SCOPING (important for accurate results):
api="all" or omit: Lists all available APIs
api="admin": Cluster management operations (brokers, partitions, configs, users)
api="cloud-controlplane": Redpanda Cloud resource management (clusters, networks, namespaces)
api="cloud-dataplane": Cloud cluster data operations (topics, ACLs, connectors)
api="http-proxy": Kafka operations over HTTP (produce, consume, offsets)
api="schema-registry": Schema management (register, retrieve, compatibility)
Use this to browse API structure. For general Redpanda docs, use ask_redpanda_question instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | Which API to list: "all" or omit for overview of all APIs, or a specific API name (admin, cloud-controlplane, cloud-dataplane, http-proxy, schema-registry) | |
| url | No | Specific URL path to list children of (optional, defaults to API root) | |
| context | No | Optional. In one concise sentence (third person), describe what the user is trying to accomplish with this request. Do not include credentials, tokens, personal data, or verbatim secrets. |