Admin - Hosting Account Export List

List exported account backups

Returns backups found under the configured export path (e.g. /var/bolt/backups). Each entry has account name, backup date and json_path.

get/api/hosting-accounts/export-list

Response

Success

idinteger
accountstring
backup_datestring
json_pathstring

Example response

[
  {
    "id": 1,
    "account": "username",
    "backup_date": "2025-02-04",
    "json_path": "/var/bolt/backups/username/backup_2025-02-04/output.json"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.