Skip to main content
GET
Lists the Tag objects in one tag group, ordered by createdAt descending.

Headers

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

Path parameters

string
required
Tag group ID whose tags you want to list.

Response

The response is a top-level array of Tag objects.
Current controller behavior: unknown tag group IDs currently surface as 500 Internal Server Error on this public route rather than a dedicated 404 Not Found.

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 the group or its tags. Unknown tag group IDs currently surface here as well.