# Evidence n8n operations

Manage evidences. Select **Evidence** 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                                                                                                                                |
| --------- | -------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Delete    | `delete` | Delete an evidence.               | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/evidence/delete.operation.ts) |
| Get       | `get`    | Get an evidence.                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/evidence/get.operation.ts)    |
| Get Many  | `getAll` | Get many evidences for a measure. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/evidence/getAll.operation.ts) |
| Upload    | `upload` | Upload evidence for a measure.    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/evidence/upload.operation.ts) |
