webhooks
webhooks list
List webhook endpoints
List all webhook endpoints configured for the linked project. Shows each endpoint's ID, URL, delivery format, enabled state, and subscribed event types.
Usage
pgbeam webhooks listGlobal options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List all webhook endpoints
pgbeam webhooks list
# List webhook endpoints as JSON
pgbeam webhooks list --jsonOutput
Displays a table with columns: ID, URL, Format, Enabled (yes/no), and Events ('all' when no specific event types are set). With --json, returns the full webhook list from the API.