Skip to main content
GET
/
tags
List Tags
curl --request GET \
  --url https://server.promptwatch.com/api/v2/tags \
  --header 'X-API-Key: <api-key>'
{
  "tags": [
    {
      "id": "6ba7b820-9dad-11d1-80b4-00c04fd430c8",
      "name": "Q2 campaign",
      "promptCount": 14
    },
    {
      "id": "6ba7b821-9dad-11d1-80b4-00c04fd430c8",
      "name": "Brand queries",
      "promptCount": 32
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Query Parameters

query
string

Search query for tag name

Response

Default Response

tags
object[]
required

Array of tags