---
title: "Gets the backup schedule for a project"
method: GET
path: "/v1/projects/{ref}/database/backups/schedule"
tags: ["Database"]
---

# Gets the backup schedule for a project

`GET /v1/projects/{ref}/database/backups/schedule`

## Path parameters

- `ref` string, required

## Response `200`

- V1BackupScheduleResponse
  - `schedule_for` string, required — Time of day to schedule daily backups, in UTC. Format: HH:MM:SS.
  - `updated_at` string, date-time, required — Timestamp of when the backup schedule was last updated.

## Other responses

- `401` — Unauthorized
- `402` — This feature requires the Enterprise organization plan.
- `403` — Forbidden action
- `404` — Project or backup schedule not found
- `429` — Rate limit exceeded
- `500` — Failed to retrieve backup schedule

---

[API](https://skmtc.dev/supabase/apis/management-api.md) · [All operations](https://skmtc.dev/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/management-api/revisions/a7cb39418064/schema)
