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

beforelongOptional
A timestamp filter, expressed as a Unix epoch time in milliseconds. Defaults to now.
afterlongRequired
A timestamp filter, expressed as a Unix epoch time in milliseconds. Required.
bucketslongOptional
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
bucketslist of objects
totalCountlong
bucketIntervalMslong

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error