# prb consent-record command reference

Manage cookie consent records. This page documents **3 commands** under `prb consent-record`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command                   | Description                               | Usage                          | Source                                                                                                      |
| ------------------------- | ----------------------------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| `prb consent-record`      | Manage cookie consent records.            | `prb consent-record <command>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/consent-record/consent_record.go) |
| `prb consent-record list` | List cookie consent records for a banner. | `prb consent-record list`      | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/consent-record/list/list.go)      |
| `prb consent-record view` | View a consent record.                    | `prb consent-record view <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/consent-record/view/view.go)      |
