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 2025-06-20 16:21:48 +0530 +0530