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

    Function forecastSchedulerRunNowCli

    • Parameters

      • params: { scope?: "agent" | "node" | "workspace"; targetId?: string; workspace: string }

      Returns {
          generated: {
              scope: { id: string; type: "AGENT" | "WORKSPACE" | "NODE" };
              status: "INSUFFICIENT_EVIDENCE" | "OK";
          }[];
          state: {
              enabled: boolean;
              lastOutcome: { reason: string; status: "OK"
              | "ERROR"
              | "SKIPPED" };
              lastRefreshTs: number | null;
              nextRefreshTs: number | null;
          };
      }