An HTTP request to a
WebhookSubscription
.HTTP requests are associated with one or more WebhookAttempt
s representing each Event
in the request body.Fields
Name | Description |
---|---|
[WebhookAttempt!]! | The list of events that were attempted to be delivered in the request body. |
DateTime! | The date & time the HTTP request occurred.This field has weak ordering guarantees, so it should not be used as a pagination argument. |
String! | The high-level description of the HTTP request's result.Currently, four codes are defined:
|
String! | The identifier for the HTTP request.This is included in the request as an X-Request-Id custom header. |
Int! | The HTTP status code returned by the subscription endpoint.When an HTTP response wasn't received a synthetic status code will be generated:
|
Int | The latency of the HTTP request in milliseconds.This will be null if the request wasn't made (i.e. an InvalidUrl error occurred). |
WebhookSubscription | The webhook subscription that was the target of the HTTP request.This will be null if the subscription has since been deleted. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Object | webhookRequest field | |
Object | node field | |
Query | Result type |