Back to Node Auth0

Interface GetEventStreamDeliveryHistoryResponseContent

docs/interfaces/management.Management.GetEventStreamDeliveryHistoryResponseContent.html

5.9.11.8 KB
Original Source

Interface GetEventStreamDeliveryHistoryResponseContent

Metadata about a specific attempt to deliver an event

interface GetEventStreamDeliveryHistoryResponseContent {
id: string;
event_stream_id: string;
status: "failed";
event_type: Management.EventStreamDeliveryEventTypeEnum;
attempts: EventStreamDeliveryAttempt[];
event?: EventStreamCloudEvent;
}

Index

Properties

idevent_stream_idstatusevent_typeattemptsevent?

Properties

id

id: string

Unique identifier for the delivery

event_stream_id

event_stream_id: string

Unique identifier for the event stream.

status

status: "failed"

event_type

event_type: Management.EventStreamDeliveryEventTypeEnum

attempts

attempts: EventStreamDeliveryAttempt[]

Results of delivery attempts

Optionalevent

event?: EventStreamCloudEvent

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idevent_stream_idstatusevent_typeattemptsevent