A valid request URL is required to generate request examples{
"actions": [
"<string>"
],
"outcomes": [
"<string>"
],
"event_types": [
"<string>"
],
"initiator_types": [
"<string>"
],
"target_types": [
"<string>"
],
"request_methods": [
"<string>"
],
"initiators": [
{
"id": "<string>",
"name": "<string>"
}
],
"targets": [
{
"id": "<string>",
"name": "<string>"
}
],
"request_paths": [
"<string>"
],
"request_ips": [
"<string>"
],
"tags": [
"<string>"
]
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>",
"error_type": "<string>"
}
}Get audit log filter data (deprecated path)
Returns the distinct values available for each audit log filter dimension, used to populate filter dropdowns in the dashboard.
A valid request URL is required to generate request examples{
"actions": [
"<string>"
],
"outcomes": [
"<string>"
],
"event_types": [
"<string>"
],
"initiator_types": [
"<string>"
],
"target_types": [
"<string>"
],
"request_methods": [
"<string>"
],
"initiators": [
{
"id": "<string>",
"name": "<string>"
}
],
"targets": [
{
"id": "<string>",
"name": "<string>"
}
],
"request_paths": [
"<string>"
],
"request_ips": [
"<string>"
],
"tags": [
"<string>"
]
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>",
"error_type": "<string>"
}
}/api/governance/audit-logs/filterdata instead.| Permission | Granted via |
|---|---|
AuditLogs:View | RBAC role or API key scope |
Authorizations
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 ofBasicAuth).
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.
Authentication alone is not sufficient in Bifrost Enterprise: each operation page shows a
Required Permissions table (Resource:Operation, for example Dashboard:View) above
its Authorizations section, and the caller's RBAC role or management API key scopes must
include what it lists, otherwise the request is rejected with 403 Forbidden.
A local admin — authenticated with the admin password, or any caller on a deployment with dashboard auth disabled — bypasses these checks and can call every management endpoint. See Required permissions for how permissions are derived and which endpoints are exempt.
Query Parameters
Comma-separated list of dimensions to return. When omitted, all dimensions are returned. Unknown dimensions are ignored.
"actions,outcomes,initiators"
Optional case-insensitive substring filter applied to dimension values.
Response
Successful response
Distinct values available for each audit log filter dimension.
Was this page helpful?

