30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

List All-in-One Archives

all-in-one/list-backups returns the archives held on this server, newest first, with size, age and whatever label was attached to each.

The identifier it returns is the archive filename, and it is what every other ability here takes.

At a glance

Abilityall-in-one/list-backups
ToolsetAll-in-One WP Migration — toolset/all-in-one-wp-migration
GroupAll-in-One WP Migration › Archives
RequiresAll-in-One WP Migration, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

An All-in-One archive is one .wpress file containing the database and the files together. There is no per-component listing because there are no separate components — which is the plugin’s great convenience and its main limitation.

Size is the number to watch. The free edition’s import limit is what stops most restores, and an archive comfortably larger than that limit is a backup you cannot use without either the paid extension or a manual route.

This reads the local store only. An archive downloaded and then deleted from the server will not appear, so an empty list does not mean no backup exists anywhere.

Input

NameTypeRequiredWhat it is
limitintegerNo — defaults to 20, max 100How many archives to return.
offsetintegerNo — defaults to 0Where to start, for paging.

What comes back

NameTypeWhat it is
backupsarrayOne entry per archive: id, when it was taken, age, size and label.
countintegerHow many archives were returned.
totalintegerHow many archives exist on this server.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Which All-in-One archives do we have, and how big are they?

It resolves to one call:

{
  "ability": "all-in-one/list-backups",
  "parameters": {
    "limit": 10
  }
}

Worth knowing

  • Check the size against the import limit before planning to restore from one.
  • Labels make a list of timestamps readable — all-in-one/set-backup-label attaches them, and only this plugin supports them.
  • The id is the archive filename. Pass it through unchanged.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading