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.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
owners,tags,followers,votes,extension,domains,sourceHash).all, deleted, or non-deleted entities.GET /v1/topics/name/{fqn} to retrieve by fully qualified name.
sample_kafka.address_book).owners, tags, followers, votes, extension, domains, sourceHash.all, deleted, or non-deleted entities.service.topicName.fields contains messageSchema.fields contains owners.fields contains tags.fields contains domains.| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this topic |
404 | NOT_FOUND | Topic with given ID or FQN does not exist |