---
title: "Check backup status"
method: GET
path: "/api/stacks/{stackName}/backup"
tags: ["Stacks"]
---

# Check backup status

`GET /api/stacks/{stackName}/backup`

Returns whether a deployment backup exists for this stack and when it was created.

## Path parameters

- `stackName` string, required

## Headers

- `x-node-id` integer

## Response `200`

Backup status.

- object
  - `exists` boolean, required
  - `timestamp` integer, nullable — Unix timestamp of the backup, or null if no backup exists.

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `500` — Internal server error.

---

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