list-tags
Retrieve and view all tags along with their definitions from the Confluent Cloud Schema Registry using a REST API integration. Simplifies tag management for streamlined schema organization.
Instructions
Retrieve all tags with definitions from Confluent Cloud Schema Registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | The base URL of the Schema Registry REST API. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"baseUrl": {
"default": "",
"description": "The base URL of the Schema Registry REST API.",
"format": "uri",
"type": "string"
}
},
"type": "object"
}