CH·02CLI reference
gpu webhooks get
Get a webhook endpoint
Get a webhook endpoint
Synopsis
Shows a single webhook endpoint's URL, subscribed event types, and status. The signing secret is not retrievable — it is shown only at create time, so get never returns it in any output format. If you lost the secret, delete the endpoint and register a new one with gpu webhooks create.
gpu webhooks get <endpoint-id> [flags]
Examples
# Endpoint ids are UUIDs, as printed by `gpu webhooks list`
gpu webhooks get 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45
gpu webhooks get 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45 --output json
Options
-h, --help help for get
Options inherited from parent commands
--api-base string API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
--debug Enable debug logging to stderr
-o, --output string Output format: table|json (default table on TTY, json otherwise)
SEE ALSO
- gpu webhooks - Manage webhook endpoints