v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBAnalytics
Get analytics
Returns aggregated daily evaluation rollup data for the caller's organization. Filtered by optional quality profile and date range.
get/v1/analytics
Query parameters
qualityProfileUidstring
Filter analytics by Quality Profile UID.
dayAfterstring date
Start of the date range, inclusive (UTC). Defaults to the first day of 11 months ago (UTC) if not provided.
dayBeforestring date
End of the date range, inclusive (UTC). Defaults to today (UTC) if not provided.
Response
Analytics data.
Example response
{
"items": [
{
"qualityProfileUid": "6804b1c2d3e4f5a6b7c80123",
"day": "2024-03-20T00:00:00Z",
"sumProcessed": 1250,
"sumLocked": 980,
"sumAiuConsumed": 3750
}
]
}