Get KPI data with optional segmentation
Retrieve data for a specific KPI with support for filtering and segmentation. Can segment by time (hourly, daily, weekly, monthly, yearly), by user, or both (2D matrix). If no segmentation is specified, returns a single total value. Supports filtering by projects, members, and date range. Date filters are interpreted in the specified timezone (required parameter). Maximum 50 projects allowed per request for performance reasons.
Path parameters
KPI identifier (key)
Query parameters
End date for filtering (ISO format)
Comma-separated user IDs. If empty, includes all organization members.
Comma-separated project IDs. If empty, includes all organization projects. Maximum 50 projects allowed per request. Requests exceeding this limit will be rejected with a 400 error.
Whether to segment results by project
Time granularity: hourly, daily, weekly, monthly, yearly
Whether to segment results by user
Start date for filtering (ISO format)
Timezone for date filtering (IANA timezone name, e.g., "America/New_York", "UTC"). The start and end dates will be interpreted in this timezone.
Response
KPI data with requested segmentation