Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    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). Re-enable it with the enableWebhookSubscription mutation.
    DISABLED_BY_USER
    The subscription was paused by the workspace and delivers nothing until re-enabled.