approvals
approvals list
List statement approval requests for a project
List human-in-the-loop statement approval requests for the linked project. Optionally filter by status. Shows each request's ID, statement kind, status, request time, and a truncated SQL preview.
Usage
pgbeam approvals list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--status <value> | Filter by status (one of: pending, approved, rejected, expired, executed, failed) | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List approval requests
pgbeam approvals list
# List only pending requests
pgbeam approvals list --status pendingOutput
Displays a table with columns: ID, Kind, Status, Requested, and SQL.