---
title: "Get admin audit trail retention settings"
method: GET
path: "/audittrailmanagement/v1/auditTrailSettings"
tags: ["Audit Trail Management"]
---

# Get admin audit trail retention settings

`GET /audittrailmanagement/v1/auditTrailSettings`

Preserving Audit Trails is useful for governance and compliance purposes in a business. This API returns the duration that your Druva Cloud Administrator has configured to retain the Administrator Audit Trails.

## Response `200`

OK

- AuditTrailRetentionSettings
  - `adminAuditTrailRetentionPolicy` integer — The Audit Trail Retention settings in the duration of seconds. Example - 2592000 Here are the observed values and translation in days/months/year. - 2592000 → 30 days - 7776000 → 3 months - 15552000 → 6 months - 31536000 → 1 year - -1 → Ever

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
