EventDeliveryAttempt
Event delivery attempts.
type EventDeliveryAttempt implements Node {
id: ID!
createdAt: DateTime!
taskId: String
duration: Float
response: String
responseHeaders: String
responseStatusCode: Int
requestHeaders: String
status: EventDeliveryStatusEnum!
}
Fields
EventDeliveryAttempt.id
● ID!
non-null scalar miscellaneous
The ID of Event Delivery Attempt.
EventDeliveryAttempt.createdAt
● DateTime!
non-null scalar miscellaneous
Event delivery creation date and time.
EventDeliveryAttempt.taskId
● String
scalar miscellaneous
Task id for delivery attempt.
EventDeliveryAttempt.duration
● Float
scalar miscellaneous
Delivery attempt duration.
EventDeliveryAttempt.response
● String
scalar miscellaneous
Delivery attempt response content.
EventDeliveryAttempt.responseHeaders
● String
scalar miscellaneous
Response headers for delivery attempt.
EventDeliveryAttempt.responseStatusCode
● Int
scalar miscellaneous
Delivery attempt response status code.
EventDeliveryAttempt.requestHeaders
● String
scalar miscellaneous
Request headers for delivery attempt.
EventDeliveryAttempt.status
● EventDeliveryStatusEnum!
non-null enum webhooks
Event delivery status.
Interfaces
Node
interface miscellaneous
An object with an ID