Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

getTags

querygetTags

Get 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!