Skip to main content
GET
Error
This path is deprecated and will be removed in the following major release. Use /api/governance/audit-logs/filterdata instead.
This endpoint is available in Bifrost Enterprise only.

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Query Parameters

dimensions
string

Comma-separated list of dimensions to return. When omitted, all dimensions are returned. Unknown dimensions are ignored.

Example:

"actions,outcomes,initiators"

q
string

Optional case-insensitive substring filter applied to dimension values.

Response

Successful response

Distinct values available for each audit log filter dimension.

actions
string[]
outcomes
string[]
event_types
string[]
initiator_types
string[]
target_types
string[]
request_methods
string[]
initiators
object[]
targets
object[]
request_paths
string[]
request_ips
string[]
tags
string[]