# Audit n8n operations

Manage audits. Select **Audit** in the the platform node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation     | Value          | Description                   | Source                                                                                                                                   |
| ------------- | -------------- | ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Create        | `create`       | Create a new audit.           | [View implementation](/docs)       |
| Delete        | `delete`       | Delete an audit.              | [View implementation](/docs)       |
| Delete Report | `deleteReport` | Delete an audit report.       | [View implementation](/docs) |
| Get           | `get`          | Get an audit.                 | [View implementation](/docs)          |
| Get Many      | `getAll`       | Get many audits.              | [View implementation](/docs)       |
| Update        | `update`       | Update an existing audit.     | [View implementation](/docs)       |
| Upload Report | `uploadReport` | Upload a report for an audit. | [View implementation](/docs) |
