cURL
curl --request GET \ --url https://server.promptwatch.com/api/v2/tags \ --header 'X-API-Key: <api-key>'
{ "tags": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "promptCount": 123 } ] }
Get all tags for the project with prompt counts
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Search query for tag name
Default Response
Array of tags
Show child attributes