Archive API docs

Enum

WebhookSubscriptionStatus

Lifecycle status of a webhook subscription.

Values

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). System-owned — re-enable via the enableWebhookSubscription mutation.
DISABLED_BY_USER
The subscription was paused by the workspace and delivers nothing until re-enabled.