Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
getTags
query
getTagsGet many tags, with optional scoping, sorting and pagination
All tags will be retrieved, including tags on soft deleted and hidden entities. This means tags on:
- soft deleted columns, tables, dashboards, terms and any other kind of assets
- hidden assets: databases, schemas, etc
getTags(
pagination: PublicPagination
sorting: [TagSorting!]
scope: GetTagsScope
): GetTagsOutput!