Skip to main content

List Backups

GET 

/api/v1/accounts/:id/backups

Retrieves the backup history for a specific account, most recent first. Each entry describes one backup job: its status, the number of items backed up, and when it started and finished. Use the optional "status" filter to return only backups with a given outcome. Account IDs follow the format: acc_ followed by 16 alphanumeric characters (e.g., acc_1234567890abcdef).

Request

Responses

successful