Tags
List tags in group
List the tags inside one tag group.
GET
Lists the
Tag objects in one tag group, ordered by createdAt descending.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
Tag group ID whose tags you want to list.
Response
The response is a top-level array ofTag 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
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 the group or its tags. Unknown tag group IDs currently surface here as well.

