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
- 200
- 400
- 401
- 404
- 422
- 429
- 503
successful
bad request
unauthorized
not found
unprocessable entity
too many requests
Response Headers
X-RateLimit-Limit
Your request allowance for the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Unix time (seconds) at which the window resets.
Retry-After
Seconds to wait before retrying.
service unavailable