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

# List tag keys

`GET /v1/tag-keys`

List all tag keys registered for the organization with their descriptions.

## 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 keys

- TagKey[]
  - `key` string, required
  - `description` string, nullable
  - `workflow_count` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-13** `e7044f43e57e` — 2 info
  - api tag `Tags` added
  - api tag `Agent Tags` removed
- **2026-06-07** `e37d309fc58f` — 3 info
  - api tag `Agent Tags` added
  - api tag `Workflow Tags` removed
  - added the optional property `items/workflow_count` to the response with the `200` status
- **2026-05-30** `fdb894aa6708` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api/changes/v1/tag-keys/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)
