---
title: "Get Backup Schedule"
method: GET
path: "/v0/sites/{site_id}/environments/{env_id}/backups/schedule"
tags: ["sites"]
---

# Get Backup Schedule

`GET /v0/sites/{site_id}/environments/{env_id}/backups/schedule`

Retrieves the backup schedule configuration for an environment.
Returns an array of 7 day objects (index 0=Sunday through 6=Saturday),
each containing the hour and TTL for backups on that day.

## Path parameters

- `site_id` string, required
- `env_id` string, required

## Response `200`

- BackupScheduleResponse — Array indices 0-6 represent Sunday through Saturday.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
