PgBeam Docs
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 list

Global 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 --json

Output

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.

On this page