Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get the caller per-day action counts

Zero-filled and bucketed in the supplied IANA time zone. The window is clamped to the activity-log retention period, and windowDays reports what was actually served — label the UI from that rather than hardcoding a period.

GET/api/timeline/activity-summary
Authorization
AuthorizationBearer token (JWT) · headerrequired
Query parameters
daysnumber
Clamped to the activity-log retention window. The response echoes the window actually served.
min 1 · max 366
timeZonestring
default: "UTC"
Responses
200
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/timeline/activity-summary" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.