get_batch_webhook
Retrieve details of a batch webhook, including its target URL and enabled state. Use this to inspect a specific webhook configuration.
Instructions
Retrieve the details of a single batch webhook.
Use to inspect a batch webhook's target URL and enabled state. Use list_batch_webhooks to browse all batch webhooks and discover batch_webhook_id values.
Args: batch_webhook_id: The batch webhook ID. Obtain from list_batch_webhooks.
Returns: JSON with id, url, enabled (boolean). Returns error if batch_webhook_id is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| batch_webhook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |