List all scheduled jobs
API Key Authentication. It should be included in the header of each request.
Filter by agent id
Example: 123
Filter by project id
Example: 123
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]
(Deprecated) Use personalities field instead.
Example: 1 (personality ID)
List of personalities to use for test execution. Multiple personalities can be assigned to run tests with different configurations.
Example: [1, 2, 3] (personality IDs)
List of tags for the cron job
Example: ["tag1", "tag2", "tag3"]
Frequency for the cron job
Example: 1
1 <= x <= 100DEPRECATED: Use execution_mode instead. Kept for backward compatibility.
Run the cron job as text
Example: true or false
Execution mode for the cron job
Choices: voice, text, sip
Example: "voice", "text", or "sip"
voice - Voicetext - Textsip - SIPvoice, text, sip 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