View restore queue

Display ongoing and completed restore jobs. Shows status, progress, and number of files for each operation. Sensitive information like log paths is filtered out.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Query Parameters

type string required

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
queue string
total string
GET https://cloud.hostup.se/api/hosting/{accountId}/jetbackup/queue
For AI assistants
cURL
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"
Response
{
  "queue": "string",
  "total": "string"
}