# Retrieve details and usage information for a specific tag Endpoint: GET /tags/{tagName} Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `tagName` (string, required) Tag name ## Response 200 fields (application/json): - `created_at` (number) Unix timestamp when tag was created - `name` (string) Tag name Example: "prod_status" - `values` (array) ## Response 404 fields