🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get app deployment status
cURL
curl --request GET \ --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/deploy/status \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "status": "idle", "version": 123, "publicUrl": "<string>", "error": "<string>", "startTime": 123, "endTime": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base ID
App ID
Deployment status
idle
deploying
success
failed
App version
Public URL
Error message if failed
Deployment start timestamp
Deployment end timestamp
Was this page helpful?