---
title: "GET /backups/scheduled"
method: GET
path: "/backups/scheduled"
tags: ["Backups", "Scheduled"]
---

# GET /backups/scheduled

`GET /backups/scheduled`

List out the backups on account

## Response `200`

List of future timed backups for VaultCord (scheduled in future)

- object
  - `success` boolean
  - `data` BackupScheduled[]
    - `id` integer — ID of the scheduled backup.
    - `serverId` integer — VaultCord server ID.
    - `interval` integer — How often the backup runs, in seconds.
    - `last_run` integer — Last date of backup, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

[API](https://skmtc.net/vaultcord/apis/vaultcord-developers-api.md) · [All operations](https://skmtc.net/vaultcord/apis/vaultcord-developers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vaultcord/vaultcord-developers-api/versions/7790bd606410/schema)
