# Cookie Consent Record n8n operations

View cookie consent records. Select **Cookie Consent Record** 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 a cookie consent record.     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/get.operation.ts)    |
| Get Many  | `getAll` | Get many cookie consent records. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/getAll.operation.ts) |
