# Audit Trails

## Get account audit logs

 - [POST /api/v1/auditing/audittrails](https://zonedevelopersdocumentationv1.redocly.app/apis/audit-trails/paths/~1api~1v1~1auditing~1audittrails/post.md): This endpoint returns audit trail records generated for the current account,
based on the supplied filter criteria such as modules, features, actions,
users, and time range.

The results are normalized to the logged-in user’s timezone and returned
in descending order of event occurrence time.
            
Notes:

- Only audit records belonging to the current account are returned
- Results are enriched with user and account metadata
- Timestamps are converted to the logged-in user’s timezone

