get_webhooks
List outbound webhook subscriptions or retrieve a specific subscription with its recent delivery and attempt logs.
Instructions
List your outbound webhook subscriptions, or (with id) one subscription plus its recent delivery + attempt log. No id → [{ id, url, eventTypes, active, status, disabledReason, consecutiveFailures }]. With id → { subscription, recentDeliveries[], recentAttempts[] }. Secrets are never returned on reads — they are shown once at create/rotate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Omit to list every subscription; pass an id for that subscription plus its recent delivery + attempt log. |