Search Admin audit events through the Agent-safe projection.
GET
/api/admin/agent-read/admin-audit-log
Code sample: Shell / cURL
curl --request GET \ --url 'https://auth.example.com/api/admin/agent-read/admin-audit-log?page=1&limit=20&result=success&severity=debug' \ --header 'Authorization: Bearer <token>'Requires admin:admin_audit:read. Before/after payloads, metadata, Admin email, and other sensitive detail are never included. Stable actor and resource identifiers are also omitted.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
limit
integer
admin_user_id
string
action
string
resource_type
string
result
string
severity
string
start_date
string format: date
end_date
string format: date
Responses
Section titled “ Responses ”Safe Admin audit event page.
Media type application/json
object
items
required
Array<object>
object
id
string | null
action
string | null
resource_type
string | null
result
string | null
severity
string | null
actor_type
string | null
actor_display_name_masked
string | null
request_id
string | null
created_at
integer | null format: int64
key
additional properties
next_cursor
required
string | null
total
required
integer
Example generated
{ "items": [ { "id": "example", "action": "example", "resource_type": "example", "result": "example", "severity": "example", "actor_type": "example", "actor_display_name_masked": "example", "request_id": "example", "created_at": 1 } ], "next_cursor": "example", "total": 1}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}