get_webhook
Retrieve a webhook subscription's details, including active status and deactivation reason. Use it to diagnose why a Skilljar webhook stopped delivering after failed deliveries.
Instructions
Fetch one webhook subscription. SECRETS ARE WITHHELD.
Same redaction as `list_webhooks`: header names but not values, the target URL's
host and path but not its query string, and never the Basic-auth password.
`deactivate_reason` is the useful field when something stopped working - a
webhook Skilljar disabled after failed deliveries looks identical to a healthy
one apart from `active` and that reason.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||