Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface EventStreamDelivery

    Metadata about a specific attempt to deliver an event

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

    Properties

    id: string

    Unique identifier for the delivery

    event_stream_id: string

    Unique identifier for the event stream.

    status: "failed"

    Results of delivery attempts