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

    Interface AMCBridgeResponse<T>

    Raw bridge response envelope for all routed SDK calls.

    interface AMCBridgeResponse<T = unknown> {
        body: T;
        correlationId: string | null;
        receipt: string | null;
        requestId: string | null;
        status: number;
    }

    Type Parameters

    • T = unknown
    Index
    body: T
    correlationId: string | null
    receipt: string | null
    requestId: string | null
    status: number