# Evidence n8n operations

Manage evidences. Select **Evidence** 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                                                                                                                                |
| --------- | -------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Delete    | `delete` | Delete an evidence.               | [View implementation](/docs) |
| Get       | `get`    | Get an evidence.                  | [View implementation](/docs)    |
| Get Many  | `getAll` | Get many evidences for a measure. | [View implementation](/docs) |
| Upload    | `upload` | Upload evidence for a measure.    | [View implementation](/docs) |
