CH·02CLI reference

deeprelay 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 deeprelay webhooks create.

Examples

# Endpoint ids are UUIDs, as printed by `deeprelay webhooks list`
deeprelay webhooks get 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45
deeprelay webhooks get 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45 --output json
deeprelay webhooks get <endpoint-id> [flags]

Options

  -h, --help   help for get

Options inherited from parent commands

      --api-base string   API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
      --debug             Enable debug logging to stderr
      --no-preflight      Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
  -o, --output string     Output format: table|json (default table on TTY, json otherwise) (default "table")

SEE ALSO

← The gpu CLI