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 the get() SDK method.

copy

cron = job_scheduling.CRON.get(‘1234567890’) # get cron with cron Id

copy

cron = job_scheduling.CRON.get(’test’) # get cron with cron name

Last Updated 2026-09-08 16:37:33 +0530 IST