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

    Interface NativeValidationCheckResult

    interface NativeValidationCheckResult {
        callId: string | null;
        exitCode: number | null;
        id: string;
        outputEventId: string | null;
        reason: string | null;
        status: "passed" | "failed" | "unavailable" | "pending";
        timedOut: boolean;
        title: string;
    }
    Index
    callId: string | null
    exitCode: number | null
    id: string
    outputEventId: string | null
    reason: string | null
    status: "passed" | "failed" | "unavailable" | "pending"
    timedOut: boolean
    title: string