---
title: "GET /api/backups/{urn}"
method: GET
path: "/api/backups/{urn}"
tags: ["Backups"]
---

# GET /api/backups/{urn}

`GET /api/backups/{urn}`

## Path parameters

- `urn` string, required

## Query parameters

- `page` string
- `pageSize` string

## Response `default`

- GetAppBackupsDto
  - `currentPage` number, required
  - `data` object[], required
    - `date` number, required
    - `id` string, required
    - `size` number, required
  - `lastPage` number, required
  - `total` number, required

## Changes

- **2025-09-19** `04aac8a043a6` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - for the `query` request parameter `page`, the type was generalized from `number` to `string`
  - for the `query` request parameter `pageSize`, the type was generalized from `number` to `string`
- **2025-05-09** `0db10235cd0a` — 2 breaking, 1 info
  - for the `query` request parameter `page`, the type changed from `string` to `number`
  - for the `query` request parameter `pageSize`, the type changed from `string` to `number`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/backups/:urn/get.md)

---

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