cURL
curl --request GET \
--url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/deploy/status \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"version": 123,
"publicUrl": "<string>",
"error": "<string>",
"startTime": 123,
"endTime": 123
}app
Get base app deploystatus
Get app deployment status
GET
/
base
/
{baseId}
/
app
/
{appId}
/
deploy
/
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'{
"version": 123,
"publicUrl": "<string>",
"error": "<string>",
"startTime": 123,
"endTime": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Deployment status
Last modified on March 5, 2026
Was this page helpful?
⌘I

