List JetBackup backups

Display all available backups in JetBackup 5. Returns a filtered list of backups, including only date, size, type, and restore IDs. Sensitive server information is filtered out.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

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