Get Details of All CronsAdmin Scope

JS SDK Repo
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-09-09 16:15:38 +0530 IST