Queries
webhookDeliveryAttempts
List delivery attempts for a webhook target, newest first. Each attempt records the event that was delivered, when it was attempted, how long it took, and whether it succeeded or failed. Use the optional filters argument to narrow results by event type or result status — useful for surfacing recent failures in your own observability tooling. Requires the webhookTarget:read permission.
QUERY
webhookDeliveryAttempts(webhookTargetId: ID!, filters: WebhookDeliveryAttemptFilter, first: Int, after: String, last: Int, before: String): WebhookDeliveryAttemptConnection!Arguments
webhookTargetId
ID!
required
filters
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

