Get a subscription webhook Use this webhook query to get information about a specific webhook. Example query Copy Copied query { node(id: "MDc6V2ViaG9vazEzMA") { ... on Webhook { id url events disabledAt } } }