---
title: "Get Distinct User Agent Tags"
method: GET
path: "/tag/distinct"
tags: ["tag management", "user agent analytics"]
---

# Get Distinct User Agent Tags

`GET /tag/distinct`

Get all distinct user agent tags up to a maximum of {MAX_TAGS} tags.

This endpoint returns all unique user agent tags found in the database,
sorted by frequency of usage.

Returns:
    DistinctTagsResponse: List of distinct user agent tags

## Response `200`

Successful Response

- DistinctTagsResponse — Response for all distinct user agent tags
  - `results` DistinctTagResponse[], required
    - `tag` string, required

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
