Admin
Get backup schedule
Fetch the current automated backup schedule configuration.
Authorization
session 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
}