Display ongoing and completed restore jobs. Shows status, progress, and number of files for each operation. Sensitive information like log paths is filtered out.
accountId integer · min: 1 required Example Unique account identifier
type string required Accept Example Content-Type Example queue string total string https://cloud.hostup.se/api/hosting/{accountId}/jetbackup/queue curl -X GET "https://cloud.hostup.se/api/hosting/8665/jetbackup/queue?type=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"queue": "string",
"total": "string"
}