---
title: "Get the Safe deployment status."
method: GET
path: "/api/v1/safe/deploy"
tags: ["Safe Management"]
---

# Get the Safe deployment status.

`GET /api/v1/safe/deploy`

Returns the deployment status of the Safe account for the authenticated user.

## Response `200`

Successfully retrieved the deployment status of the Safe account.

- object
  - `status` 'ok' | 'not_deployed' | 'processing' | 'failed' — The status of the deployment.
  - `updatedAt` string, date-time — The timestamp of the last update.

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

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