List site backups

View as Markdown
Lists one site's backups, newest first, as a JSON:API collection of type `site-backups` with the usual `links` / `meta` pagination. Use it to check whether a recent copy exists before touching the site — only `status: done` is a finished, usable copy. Each entry carries `status`, `attempts`, `backup_type` (`full` / `incremental`), `method` (`manual` / `automatic` / `force_first`), `size`, `is_favorite`, `restored_at`, `comment`, `created_at` and `updated_at`. Path variable `site` is the exact site id (e.g. `12345`). Read only: creating, retrying, restoring, favoriting and downloading a backup stay dashboard-only. Sites of other organizations — and members without the backups read permission — answer 404; an unknown filter or sort value answers 422. A read-only token is enough. The MCP twin of this endpoint is the `sites-backups-index` tool.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sitestringRequired

Response

Successful response