# Finding n8n operations

Manage findings. Select **Finding** 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 finding.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/create.operation.ts)      |
| Delete       | `delete`      | Delete a finding.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/delete.operation.ts)      |
| Get          | `get`         | Get a finding.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/get.operation.ts)         |
| Get Many     | `getAll`      | Get many findings.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/getAll.operation.ts)      |
| Link Audit   | `linkAudit`   | Link an audit to a finding.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/linkAudit.operation.ts)   |
| Publish      | `publish`     | Publish the finding list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/publish.operation.ts)     |
| Unlink Audit | `unlinkAudit` | Unlink an audit from a finding.         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/unlinkAudit.operation.ts) |
| Update       | `update`      | Update an existing finding.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/finding/update.operation.ts)      |
