# list_app_backups

> List the Installatron application backups on an account — per backup the `id`, which install it belongs to (`appId`), app, title, version, when it was taken, filename…

- Tier: R
- Required scope: read:hosting
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/list-app-backups

## Description

List the Installatron application backups on an account — per backup the `id`, which install it belongs to (`appId`), app, title, version, when it was taken, filename and location. Omit `app_id` for every backup on the account; pass one (from `list_apps`) for a single install. The backup `id` feeds `restore_wordpress` (to restore) and `manage_app action=delete_backup` (to delete). Take a new backup with `manage_app action=backup`.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
- `app_id` — string. Optional: limit to one install — an id from list_apps (apps[].id).

## Example call

```json
{
  "name": "list_app_backups",
  "arguments": {
    "input": "example.se"
  }
}
```

