Get admin logging overview
GET
/api/admin/admin-logging
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/admin-logging \ --header 'Authorization: Bearer <token>'Returns logging-control overview data for audit coverage, critical logging protection, sensitive detail policy, archive summaries, delivery summaries, and recent changes.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” since
string
Window start timestamp or duration supported by the logging API.
Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
item
required
object
key
additional properties
key
additional properties
Example
{ "data": { "tenant_id": "tenant_123", "window_start_at": 1770000000000, "coverage": { "total": 120, "covered": 118, "gap_detected": 2 }, "critical_protection": { "enabled": true }, "sensitive_detail": { "enabled": true }, "audit": { "total": 100, "failures": 2, "critical": 1 }, "recent_changes": [ { "audit_id": "audit_123", "actor_id": "admin_123", "action": "admin_logging.coverage.check", "resource_type": "admin_audit_coverage_status", "resource_id": "logging-admin-audit-coverage", "severity": "info", "created_at": 1770000000000 } ], "archive": [ { "log_type": "admin_audit", "plane": "default", "status": "committed", "chunks": 12, "records": 1000 } ], "delivery": [ { "lane": "critical", "status": "delivered", "total": 10 } ] }}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"}