GET /v1/topics/{id}
Retrieve a Topic
Retrieve a topic entity by UUID or fully qualified name with optional field expansion for owners, tags, schema, and custom properties using the Collate REST API.
GET
GET /v1/topics/{id}
Retrieve a Topic
Get a single topic by its unique ID or fully qualified name.Get by ID
string
required
UUID of the topic to retrieve.
string
Comma-separated list of fields to include (e.g.,
owners,tags,followers,votes,extension,domains,sourceHash).string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/topics/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the topic (e.g.,
sample_kafka.address_book).string
Comma-separated list of fields to include:
owners, tags, followers, votes, extension, domains, sourceHash.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/topics/{id}
Returns
Returns a topic object with all requested fields populated.Response
string
Unique identifier for the topic (UUID format).
string
Topic name.
string
Fully qualified name in format
service.topicName.string
Human-readable display name.
string
Description of the topic in Markdown format.
object
Reference to the parent messaging service.
object
Schema definition for messages. Only included when
fields contains messageSchema.string
Type of messaging service (e.g., Kafka, Redpanda, Kinesis).
number
Version number for the entity.
array
List of owners. Only included when
fields contains owners.array
Classification tags. Only included when
fields contains tags.array
Domain assignments. Only included when
fields contains domains.