Get Details of a Particular Cron
Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.
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 2026-09-08 16:37:33 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit