Skip to main content
GET
/
products
/
tags
List distinct product tags
curl --request GET \
  --url https://api.galtea.ai/products/tags \
  --header 'Authorization: Bearer <token>'
[
  "beta",
  "internal"
]

Documentation Index

Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Query Parameters

organizationIds
string[]

Filter by organization IDs. Required for non-admin callers.

Response

Tags retrieved successfully

Example:
["beta", "internal"]