---
title: "Get all backup jobs."
method: GET
path: "/api/apps/{app}/backups"
tags: ["Backups"]
deprecated: true
---

# Get all backup jobs.

`GET /api/apps/{app}/backups`

> **Deprecated.**

## Path parameters

- `app` string, required

## Response `200`

Backups returned.

- BackupJobsDto
  - `_links` object, required — The links.
  - `items` BackupJobDto[], required — The backups.
    - `_links` object, required — The links.
    - `id` string, required — The ID of the backup job.
    - `started` string, date-time, required — The time when the job has been started.
    - `stopped` string, date-time, nullable — The time when the job has been stopped.
    - `handledEvents` integer, required — The number of handled events.
    - `handledAssets` integer, required — The number of handled assets.
    - `status` 'Created' | 'Started' | 'Completed' | 'Cancelled' | 'Failed', required

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

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