ListTableTags¶ Description¶ description: | List all tags that have been created for table `id`. Returns a map of tag names to their corresponding version numbers and metadata. Response Schema¶ ListTableTagsResponse: type: object required: - tags properties: tags: type: object additionalProperties: $ref: '#/components/schemas/TagContents' description: Map of tag names to their contents