Sofa
Admin

Get backup schedule

Fetch the current automated backup schedule configuration.

GET
/admin/backups/schedule
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Response Body

application/json

curl -X GET "http://localhost:3000/api/v1/admin/backups/schedule"
{
  "enabled": true,
  "maxRetention": 0,
  "frequency": "6h",
  "time": "string",
  "dayOfWeek": 0
}