Tags
List tags across groups
List tags across one or more tag groups as a flat array.
GET
Lists tags across one or more tag groups as a single flat array, ordered by
createdAt descending.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Query parameters
One or more tag group IDs. Pass repeated query params such as
?tagGroupIds=id1&tagGroupIds=id2. This route does not accept a comma-separated CSV string.Response
The response is a top-level array ofTag objects. The response is not grouped by tagGroupId; if you need grouped data, regroup the flat array client-side.
Errors
400 Bad Request
400 Bad Request
tagGroupIds is missing, malformed, or includes one or more IDs the controller rejects.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 tags from storage.

