Retrieve a scheduled job by id
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this cron job.
Agent ID for the cron job
Example: 123
Name for the cronjob
255Crontab expression for the cron job Example:
"0 9 * * 1-5""0 0 * * 0"255Timezone for the cron job
Example: "America/Los_Angeles"
List of scenario IDs for the cron job
Example: [123, 456, 789]
List of tags for the cron job
Example: ["tag1", "tag2", "tag3"]
Frequency for the cron job
Example: 1
1 <= x <= 100Run the cron job as text
Example: true or false
Select when to notify
never - Neversuccess - Successfailure - Failureboth - Bothnever, success, failure, both Timestamp when the cron job was created
Example: 2021-01-01 00:00:00
Timestamp when the cron job was last updated
Example: 2021-01-01 00:00:00