+
+
+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+
+
+ Returns metadata for all available KPI (Key Performance Indicator) classes. Each KPI includes its key, label, base class, dependencies, and configuration. This endpoint is useful for discovering available metrics and understanding their relationships and requirements.
operationId: api_analytics_kpis_list
responses:
'200':
@@ -112,12 +119,25 @@ paths:
description: List of available KPIs with metadata
security:
- Token: []
- summary: List all available KPIs
+ summary: ✨ List all available KPIs
tags:
- Analytics
+ x-fern-audiences:
+ - public
+ x-fern-sdk-group-name:
+ - analytics
+ - kpis
+ x-fern-sdk-method-name: list
/api/analytics/kpis/{kpi_key}:
get:
- description: 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.
+ description: |-
+