v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Database

Gets the backup schedule for a project

get/v1/projects/{ref}/database/backups/schedule

Path parameters

refstring required
Example:abcdefghijklmnopqrst

Project ref

Response

schedule_forstring required

Time of day to schedule daily backups, in UTC. Format: HH:MM:SS.

updated_atstring date-time required

Timestamp of when the backup schedule was last updated.

Example response

{
  "schedule_for": "04:00:00",
  "updated_at": "2026-05-04T14:40:44+00:00"
}