# Audit n8n operations

Manage audits. Select **Audit** in the Probo 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](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/create.operation.ts)       |
| Delete        | `delete`       | Delete an audit.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/delete.operation.ts)       |
| Delete Report | `deleteReport` | Delete an audit report.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/deleteReport.operation.ts) |
| Get           | `get`          | Get an audit.                 | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/get.operation.ts)          |
| Get Many      | `getAll`       | Get many audits.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/getAll.operation.ts)       |
| Update        | `update`       | Update an existing audit.     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/update.operation.ts)       |
| Upload Report | `uploadReport` | Upload a report for an audit. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/audit/uploadReport.operation.ts) |
