client.get_webhook

To get details of a webhook.

Input ParametersTypeDefaultDescription
uuidstrNoneThe unique system generated identifier for the webook.

client.get_webhook(
    alert_rule_uuid = "a5f085bc-6772-4eff-813a-bfc20ff71002",
)
Return TypeDescription
fdl.WebhookDetails of Webhook.

Example responses:

Webhook(uuid='a5f085bc-6772-4eff-813a-bfc20ff71002',
        name='binary_classification_alerts_channel',
        organization_name='some_org',
        url='https://hooks.slack.com/services/T9EAVLUQ5/P982J/G8ISUczk37hxQ15C28d,
        provider='SLACK')