Self Help Documentation
< All Topics

file/listfullbackups

Description

Lists available full backups and restore points for the given account. This endpoint supports local, remote, custom, and dailycloud backup sources with optional schedule type (hourly, daily, weekly, monthly). If mode and type are omitted, the request defaults to custom, which returns the list of custom backups (e.g. those created via file/generatefullbackup or the panel’s “Generate backup” flow).

Parameters

Additional parameters:

FieldTypeRequiredDescription
tokenstringYesAuthorizing API token — check API Basics for more information.
accountuserstringYesThe SPanel user account that is being managed or viewed.
actionstringYesThe category and function being executed.
modestringNoBackup source: local, remote, custom, or dailycloud. Default: custom. When custom, lists backups created via “Generate backup” / generatefullbackup.
typestringNoSchedule type when mode is not custom: hourly, daily, weekly, or monthly. Ignored when mode=custom.

Example

Output

Returns a JSON object with data as an array of restore-point entries. For mode=custom, entries also include description and size.

Table of Contents