featherbit UI
    Preparing search index...

    Interface SandboxResult

    Result of POST /api/debug/sandbox.

    interface SandboxResult {
        mode: "nodes" | "policy";
        policy: string;
        stored_trace_id: string;
        trace: TraceDetail;
        warning: string;
    }
    Index
    mode: "nodes" | "policy"
    policy: string
    stored_trace_id: string
    warning: string