---
title: "List tag values"
method: GET
path: "/v1/tag-values"
tags: ["Tags"]
---

# List tag values

`GET /v1/tag-values`

List the palette color and current workflow usage count for each grouped tag (key, value) for the organization. The frontend joins these onto tags by (key, value); workflow_count is the number of non-deleted workflows carrying the label and powers the per-label usage and delete blast-radius warnings.

## Query parameters

- `key` string, nullable — Filter to values for a single tag key

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successfully retrieved tag values

- TagValue[]
  - `key` string, required
  - `value` string, required
  - `color` string, required
  - `workflow_count` integer — Number of non-deleted workflows currently carrying this (key, value) label.

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-14** `1b9c7c96c010` — 1 info
  - endpoint added
- **2026-07-14** `66da0fa97dc5` — 1 breaking
  - api path removed without deprecation
- **2026-07-14** `1b9c7c96c010` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api/changes/v1/tag-values/get.md)

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api/revisions/1a7ff4f208ff/schema)
