# prb audit-log command reference

Manage audit log entries. This page documents **4 commands** under `prb audit-log`.

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 audit-log`        | Manage audit log entries. | `prb audit-log <command>` | [View implementation](/docs)     |
| `prb audit-log export` | Export audit log entries. | `prb audit-log export`    | [View implementation](/docs) |
| `prb audit-log list`   | List audit log entries.   | `prb audit-log list`      | [View implementation](/docs)     |
| `prb audit-log view`   | View an audit log entry.  | `prb audit-log view <id>` | [View implementation](/docs)     |
