# Audit Log n8n operations

View audit log entries. Select **Audit Log** 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                                                                                                                                |
| --------- | -------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Get       | `get`    | Get an audit log entry.     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/auditLog/get.operation.ts)    |
| Get Many  | `getAll` | Get many audit log entries. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/auditLog/getAll.operation.ts) |
