GraphQL API
Warehouse API
Warehouse / Types/ object

EventDeliveryEdge

An edge that contains a node of type EventDelivery and a cursor.

Fields

2 fields
cursorString!

A unique cursor that can be used for pagination.

attemptCountInt

Number of recorded delivery attempts.

attemptNumberInt!

One-based attempt sequence number.

completedAtDateTimeTz!

When the attempt completed.

createdAtDateTimeTz!

When the attempt record was created.

errorString

Bounded safe error description.

errorCodeString

Machine-readable error code.

httpStatusInt

HTTP response status, when one was received.

idID!

Unique primary key.

Attempt result.

FAILEDSUCCEEDED
startedAtDateTimeTz!

When the attempt started.

availableAtDateTimeTz

When the delivery next becomes available to process.

completedAtDateTimeTz

When delivery processing completed.

createdAtDateTimeTz!

When this delivery was created.

destinationString

Destination used for this delivery.

eventIdID

ID of the captured event.

expiresAtDateTimeTz!

When this delivery expires.

idID!

Unique primary key.

lastErrorString

Bounded description of the latest error.

lastErrorCodeString

Machine-readable code for the latest error.

nextAttemptAtDateTimeTz

When the next retry is scheduled.

Current delivery state.

EXPIREDFAILEDPENDINGPROCESSINGSUCCEEDED
subscriptionIdID!

ID of the event subscription that produced this delivery.

targetKeyString!

Stable target identifier.

Kind of delivery target.

CONNECTOR_ACTIONWEBHOOK