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-09-23 19:47:43 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit