# WebhookSubscriptionStatus

Enum

Lifecycle status of a webhook subscription.

## Values

| Value | Description |
| --- | --- |
| `ACTIVE` | The subscription is active and receives matching events. |
| `DISABLED_BY_FAILURES` | The subscription was disabled by the system after sustained delivery failures (a 410 Gone, 20 consecutive exhausted deliveries, or 3 days of continuous failure). Re-enable it with the enableWebhookSubscription mutation. |
| `DISABLED_BY_USER` | The subscription was paused by the workspace and delivers nothing until re-enabled. |
