Lists all scheduled cron jobs on your hosting account. Cron jobs are automated tasks that run at specific times, such as database backups or cache clearing. Requires the Cron module to be enabled on the server.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example jobs string cpanelUsername string https://cloud.hostup.se/api/hosting/{accountId}/cron-jobs curl -X GET "https://cloud.hostup.se/api/hosting/0/cron-jobs" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"jobs": "string",
"cpanelUsername": "string"
}