Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface QueuedIntegrationDelivery

    interface QueuedIntegrationDelivery {
        agentId: string;
        attemptRound: number;
        channelId: string;
        channelType: IntegrationChannelType;
        createdTs: number;
        eventName: string;
        maxRounds: number;
        nextAttemptTs: number;
        orderedSequence: number | null;
        payloadSha256: string;
        queueId: string;
        seq: number;
        state: IntegrationQueueState;
    }

    Hierarchy

    Index
    agentId: string
    attemptRound: number
    channelId: string
    createdTs: number
    eventName: string
    maxRounds: number
    nextAttemptTs: number
    orderedSequence: number | null
    payloadSha256: string
    queueId: string
    seq: number