Skip to main content
GET
Fetches one Tag by ID.

Headers

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

Path parameters

string
required
Tag ID to fetch.

Response

Returns one Tag.
Current controller behavior: unknown tag IDs currently return 200 OK with null 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 tag from storage.