Skip to content
Management API Reference

Gets the backup schedule for a project

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

OAuth scopes

  • database:read

This endpoint is only available on the following plans:

  • Enterprise

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 402
  • 403
  • 404
  • 429
  • 500

Response (200)

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