Skip to main content
GET
/
api
/
v2
/
metrics
/
groupings
List grouping IDs available for filtering
curl --request GET \
  --url https://mcp.zeroclick.ai/api/v2/metrics/groupings \
  --header 'x-zc-api-key: <api-key>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

x-zc-api-key
string
header
required

Tenant API Key with developer:data:read scope, sent in the x-zc-api-key header. Create an API key from https://developer.zeroclick.ai/ by navigating to API Keys and selecting the Organization API Keys tab. This is a private API key and must be stored securely - never expose it in public-facing code or client-side applications.

Query Parameters

clientId
string

Only return groupings used with this client

Response

List of grouping IDs.

data
string[]
required