Skip to main content
GET
Returns every tag group visible to the workspace API key, ordered by createdAt descending.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.

Response

The response is a top-level array of TagGroup objects.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
Fini failed while loading tag groups from storage.