Skip to main content
Client Query Access Logs
This is available on the Enterprise Plan. Contact Kolena if you’re not on an Enterprise plan but would like to try this feature.
Rate Limit: This endpoint is limited to requests per minute per user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Body

application/json
time_range
ClientTimeRange · object
filters
LogFilters · object
page_size
integer
default:100
Required range: 1 <= x <= 10000
cursor
string | null

Response

Successful Response

total_events
integer
required

Total number of events matching the query filters

events
AccessLogEvent · object[]
required

List of access log events matching the query

next_cursor
string | null

Cursor to use for fetching the next page of results