Atlas
Platform Admin — Backups

Get backup configuration

SaaS only. Returns the current backup schedule, retention policy, and storage path.

GET
/api/v1/platform/backups/config

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/platform/backups/config"
{
  "schedule": "0 3 * * *",
  "retentionDays": 30,
  "storagePath": "./backups"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}