# Get VPS Backups List **GET /vps/{id}/backups** Gets a list of the available backups for your service over our backup systems such as XFS stsorag and Swift ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) VPS ID number ## Responses ### 200 The listing of the available backups #### Body: application/json (array[object]) - **type** (string) Backup Type - **service** (integer(int32)) The service id such as vps id. - **name** (string) The name of the backup. - **size** (integer(int32)) Size of the file in bytes - **date** (integer(int32)) The creation date of the backup in a unix timestamp. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)