---
title: "List project backups"
method: GET
path: "/organizations/{organizationID}/projects/{projectID}/backups"
tags: ["Projects"]
---

# List project backups

`GET /organizations/{organizationID}/projects/{projectID}/backups`

Retrieves a list of backups for the specified project.

## Path parameters

- `organizationID` string, required
- `projectID` string, required

## Response `200`

A list of backups within the project

- object
  - `backups` BackupMetadata[], required — list of backups within the project
    - `id` string, required — unique identifier for the backup
    - `branchID` string, required — the branchID the branch associated with the backup
    - `earliestRestore` string, date-time — the earlies point in time available for restoring the branch
    - `latestRestore` string, date-time — the latest point in time available for restoring the branch
    - `description` string, required — description of the backup

## Other responses

- `400` — Generic error response for most error conditions
- `401` — Error response when authentication or authorization fails
- `404` — Generic error response for most error conditions
- `5XX` — Unexpected Error
- `default` — Unexpected Error

---

[API](https://skmtc.net/xata/apis/xata-api.md) · [All operations](https://skmtc.net/xata/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xata/xata-api/versions/33621695d346/schema)
