web-ui
Get a coherent SQLite analytics snapshot
get/api/ui/analytics
Query parameters
sincestring
Inclusive RFC 3339 finished-at bound; omit with an explicit until for all time
Inclusive RFC 3339 finished-at bound; omit with an explicit until for all time
untilstring
Exclusive RFC 3339 finished-at bound
Exclusive RFC 3339 finished-at bound
projectstring[] nullable
Exact displayed project names (repeatable)
Exact displayed project names (repeatable)
sourcestring[] nullable
Exact stored source values (repeatable)
Exact stored source values (repeatable)
agentstring
Exact agent filter for attempt metrics
Exact agent filter for attempt metrics
modelstring
Exact model filter for attempt metrics
Exact model filter for attempt metrics
bucketstring
UTC time bucket: hour, day, week, or month
UTC time bucket: hour, day, week, or month
Response
OK
Example response
{
"$schema": "https://example.com/AnalyticsSnapshot.json"
}Changes
Changed in 1 of the 23 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○