get_webhook_subscription
Retrieve details of a specific PagerDuty webhook subscription using its unique ID. Returns subscription configuration and status.
Instructions
Get a specific webhook subscription by ID.
Args:
subscription_id: The ID of the webhook subscription to retrieve
Returns:
Webhook subscription details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The webhook subscription ID (read-only) | |
| type | No | The object type (always webhook_subscription) | |
| active | No | Whether the subscription will produce webhook events | |
| events | No | The outbound event types this webhook will receive | |
| filter | No | The scope filter for this webhook subscription | |
| description | No | A short description of the webhook subscription | |
| delivery_method | No | The delivery method configuration |