Retrieves aggregated counts of boolean event values (true/false) produced by a selected prompt over a specified time window.
Scope & filters: • promptUuid – The prompt to aggregate (required).
Time window & interval: • A time range (startTimeMs → endTimeMs, epoch ms) is required and is used exactly as provided. • If an interval is supplied (e.g., MINUTELY, QUARTERHOURLY, HOURLY), events are bucketed at that granularity. • Aggregation is always performed in the device’s local timezone. Buckets are computed relative to each device’s timezone, then evaluated within the exact provided window.
Response: • Per interval bucket, returns a BinaryAggregationValue with counts for true and false. • Includes minValueTimestampMs and maxValueTimestampMs (if available) and the bucket timestamp from BaseReportValue.
Notes: • Only binary/boolean prompt types are valid for this endpoint.
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for custom LLM reports.
The end timestamp (in Unix epoch milliseconds) of the selected interval
1640998800000
The interval defines the granularity at which the results will be reported
MINUTELY, QUARTERHOURLY, HOURLY, DAILY, WEEKLY, MONTHLY base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
The start timestamp (in Unix epoch milliseconds) of the selected interval
1640995200000