Site Backups
Retrieve a specific backup file
Shows the contents of the specified backup file. By default returns JSON with parsed metadata. If header X-Download
is set, it downloads raw data. If x-highlight
is set, highlights syntax. If x-view
is set, returns raw text in text/plain
. Requires backup:view
scope.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Backup file details or raw data if certain headers are set
The response is of type object
.
Previous
Show diff between two backup filesReturns a unified diff between two backup files. By default returns the diff as `text/plain`. If `X-Download` header is set, you can download it as a file. If `x-highlight` is set, it highlights the diff in a textual format. Requires `backup:view` scope.
Next