webhookRequestrequestId.| Name | Description |
|---|---|
String! | The request ID.This is included in the HTTP request as an X-Request-Id custom header. |
String! | The scheme ID of the WebhookSubscription that generated the request.This is used to determine which data source includes the requestId.Currently, only seekAnz and seekAnzPublicTest are supported. |
| Name | Description |
|---|---|
WebhookRequest | An HTTP request to a WebhookSubscription.HTTP requests are associated with one or more WebhookAttempts representing each Event in the request body. |
query ($requestId: String!, $schemeId: String!) {
webhookRequest(requestId: $requestId, schemeId: $schemeId) {
latencyMs
requestId
}
}