Optionalparams: {Query parameters.
Optionalkeys?: string[]Return only solution tags whose key exactly matches one of the provided values.
OptionallookupKey?: stringReturn only the solution tag whose lookup_key exactly matches this value.
Optionalowners?: string[]Restrict results to one or more owner scopes. Accepted values are "system" (app-level system tags) and "org" (tags belonging to the caller's organization). Omit to include all scopes visible to the caller.
Optionalpage?: numberPage number to return. Defaults to 1.
OptionalpageSize?: numberNumber of solution tags to return per page. Defaults to 25.
OptionalpathPrefix?: stringReturn only solution tags whose virtual_path starts with this prefix.
Paginated list of solution tag definitions visible to the authenticated user.
List solution tags Returns a paginated list of solution tag definitions visible to the authenticated user, scoped to their app. Results include tags from both the system scope and the caller's organization scope by default; use the
ownersparameter to restrict to one or both. Usekeysto fetch a specific set of tags by their stable key identifiers, orlookup_keyto find a single tag by its lookup key. Usepath_prefixto filter tags by virtual path hierarchy. Combine filters as needed; all supplied filters are applied together. Pagination is page-based. Supplypageandpage_sizeto control which page is returned. The response includestotal_entries,total_pages,has_next, andhas_prevfields for navigating the full result set.