Get Details of All CronsAdmin Scope

Note: Ensure you have installed the required package to use this SDK method.

You can use the getAllCron() SDK method to get the details of all Pre-defined Crons.

The jobScheduling reference used in the code snippets below is the component instance created to perform these operations.

Note: This method will only fetch you details of Pre-Defined Crons. This method will not work for Dynamic Crons.
copy
const allCrons = await jobScheduling.CRON.getAllCron(); // get all cron

Last Updated 2026-07-02 14:51:41 +0530 IST