Circle V2 API Docs
    Preparing search index...
    • VERBATIM port of v1 formatScheduledJobKey (circlehealthai-web lib/integrations/chart-review/get-ready-jobs.ts). Produces the YYYY_MM_DD_HH token in the schedule's timezone. DO NOT change the format — keys must match v1's job_executions rows.

      Parameters

      • schedule: {
            schedule: {
                day:
                    | "sunday"
                    | "monday"
                    | "tuesday"
                    | "wednesday"
                    | "thursday"
                    | "friday"
                    | "saturday";
                hour: number;
                minute: 0;
            }[];
            timezone: string;
        }
      • scheduledHour: number
      • refTime: Date = ...

      Returns string