Skip to main content
GET
Audit Param Analytics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Query Parameters

search
string | null
event_types
string | null

Comma-separated event types

categories
string | null

Comma-separated categories

actors
string | null

Comma-separated actors

entity_type
string | null
entity_id
string | null
severities
string | null

Comma-separated severities

date_from
string<date-time> | null
date_to
string<date-time> | null
application_id
string | null
param_filters
string | null

JSON array of {key, operator, value}

Cookies

blindsight_session
string | null

Response

Successful Response

totals
AuditParamAnalyticsTotals · object
required
by_application
AuditApplicationUsageSummary · object[]
by_param
AuditParamUsageSummary · object[]
usage_by_day
AuditParamTimelinePoint · object[]