## read_audit_log()


Return the most recent audit entries, newest first, optionally filtered by service.


Usage


``` python
read_audit_log(
    service=None,
    limit=200,
)
```
