# Get list of followed tags

Returns all tags the authenticated user is following within the specified scope. Tags blocked by scope policy are filtered out. Requires authentication.

Endpoint: GET /api/v1/tags/followed
Version: 1.0
Security: header

## Query parameters:

  - `scope` (string, required)
    Scope id: 'global' or TypeId

## Response 200 fields (application/json):

  - `name` (string, required)

  - `totalUses` (integer,null)

  - `history` (array,null)

  - `history.uses` (integer, required)

  - `history.date` (string, required)
    Example: "2022-03-10"


