Skip to content

`GET /api/v1/audit/retention` — read the current audit retention setting. Available to any authenticated operator.

GET
/api/v1/audit/retention
curl --request GET \
--url https://example.com/api/v1/audit/retention

Current audit retention setting

Media type application/json

Response body for GET /api/v1/audit/retention.

object
retention_days
integer | null format: int64
Example generated
{
"retention_days": 1
}