# Auditing


Use these operations to audit your accounts.

| Operation | Method | Description |
| -- | -- | -- |
| [Get audits](/products/payments-odl/api-docs/ripplenet/reference/openapi/auditing/getaudits) | GET   | Gets an audit trail of user actions and configuration changes (to accounts, fees, and rates) on a RippleNet instance. |
| [Get event trail for payment](/products/payments-odl/api-docs/ripplenet/reference/openapi/auditing/geteventtrailforpayment)  | GET   | Gets an audit trail of a payment's state changes on a local RippleNet instance. |


## Get audits

 - [GET /audit](https://docs.ripple.com/products/payments-odl/api-docs/ripplenet/reference/openapi/auditing/getaudits.md): Gets an audit trail of user actions and configuration changes (to accounts, fees, and rates) on a RippleNet instance.

## Get event trail for payment

 - [GET /audit/payment/{id}](https://docs.ripple.com/products/payments-odl/api-docs/ripplenet/reference/openapi/auditing/geteventtrailforpayment.md): Gets an audit trail of a payment's state changes on a local RippleNet instance.

