Get Details of a Particular Cron

Use the following SDK to get all available details of a particular Pre-Defined Cron or Dynamic Cron. You need to pass the cron id or the name of the cron to getCron() SDK method.

    
copy
const cronDetailsWithName = await jobScheduling.CRON.getCron('test_cron'); // get cron with cron name const cronDetailsWithId = await jobScheduling.CRON.getCron('1234567890'); // get cron with cron Id

Last Updated 2025-06-20 16:21:48 +0530 +0530