Organization / Types/ object
EventDelivery
A recorded delivery for an event subscription.
Fields
16 fieldsattemptCount•IntNumber of recorded delivery attempts.
attemptNumber•Int!One-based attempt sequence number.
completedAt•DateTimeTz!When the attempt completed.
createdAt•DateTimeTz!When the attempt record was created.
error•StringBounded safe error description.
errorCode•StringMachine-readable error code.
httpStatus•IntHTTP response status, when one was received.
id•ID!Unique primary key.
startedAt•DateTimeTz!When the attempt started.
availableAt•DateTimeTzWhen the delivery next becomes available to process.
completedAt•DateTimeTzWhen delivery processing completed.
createdAt•DateTimeTz!When this delivery was created.
destination•StringDestination used for this delivery.
eventId•IDID of the captured event.
expiresAt•DateTimeTz!When this delivery expires.
id•ID!Unique primary key.
lastError•StringBounded description of the latest error.
lastErrorCode•StringMachine-readable code for the latest error.
nextAttemptAt•DateTimeTzWhen the next retry is scheduled.
subscriptionId•ID!ID of the event subscription that produced this delivery.
targetKey•String!Stable target identifier.