Lists all webhook subscriptions for a database.
| Field | Type | Description |
|---|---|---|
id | number | Unique webhook ID |
url | string | The webhook endpoint URL |
events | string[] | Array of subscribed event types |
tableIds | string[] | null | Table filter (null means all tables) |
active | boolean | Whether the webhook is active |