List cron jobs

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.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
jobs string
cpanelUsername string
GET https://cloud.hostup.se/api/hosting/{accountId}/cron-jobs
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/0/cron-jobs" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "jobs": "string",
  "cpanelUsername": "string"
}