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 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Tenant API Key with developer:data:read scope. 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