Get audit log entry counts
Returns aggregate counts of audit log entries per time bucket. Used for dashboard overlays that show flag targeting changes.
Authentication
Authorizationstring
API Key authentication via header
Query parameters
before
A timestamp filter, expressed as a Unix epoch time in milliseconds. Defaults to now.
after
A timestamp filter, expressed as a Unix epoch time in milliseconds. Required.
buckets
Number of time buckets to divide the range into. Default 50, max 500.
Request
This endpoint expects a list of objects.
Response
Audit log entry counts response
buckets
totalCount
bucketIntervalMs
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error