# 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](https://github.com/getprobo/probo/blob/main/pkg/cmd/auditlog/audit_log.go)     |
| `prb audit-log export` | Export audit log entries. | `prb audit-log export`    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auditlog/export/export.go) |
| `prb audit-log list`   | List audit log entries.   | `prb audit-log list`      | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auditlog/list/list.go)     |
| `prb audit-log view`   | View an audit log entry.  | `prb audit-log view <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auditlog/view/view.go)     |
