Skip to main content
GET
/
v1
/
tag-keys
List tag keys
curl --request GET \
  --url https://api.skyvern.com/v1/tag-keys
[
  {
    "key": "<string>",
    "description": "<string>",
    "workflow_count": 0
  }
]

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successfully retrieved tag keys

key
string
required
description
string | null
workflow_count
integer
default:0