Tag groups
List tag groups
List the tag groups visible to your workspace API key, including Fini defaults and workspace-owned custom groups.
GET
Returns every tag group visible to the workspace API key, ordered by
createdAt descending.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Response
The response is a top-level array ofTagGroup objects.
Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading tag groups from storage.

