---
title: "Get current restore status."
method: GET
path: "/api/apps/restore"
tags: ["Backups"]
---

# Get current restore status.

`GET /api/apps/restore`

## Response `200`

Status returned.

- RestoreJobDto
  - `url` string, uri, required — The uri to load from.
  - `log` string[], required — The status log.
  - `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.
  - `status` 'Created' | 'Started' | 'Completed' | 'Cancelled' | 'Failed', required

## Other responses

- `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/revisions/b4a9b62f113a/schema)
