---
title: "GET /base/{baseId}/app/{appId}/deploy/status"
method: GET
path: "/base/{baseId}/app/{appId}/deploy/status"
tags: ["app"]
---

# GET /base/{baseId}/app/{appId}/deploy/status

`GET /base/{baseId}/app/{appId}/deploy/status`

Get app deployment status

## Path parameters

- `baseId` string, required — Base ID
- `appId` string, required — App ID

## Response `200`

Deployment status

- object
  - `status` 'idle' | 'deploying' | 'success' | 'failed', required — Deployment status
  - `version` number — App version
  - `publicUrl` string — Public URL
  - `error` string — Error message if failed
  - `startTime` number — Deployment start timestamp
  - `endTime` number — Deployment end timestamp

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
