Get app status
get_app_statusUse this when deploy_app returns, when checking deployment status, or when the app has errors or is not working as expected. Returns deployment status, e2e test status, QA snapshot, and frontend/backend error logs; treat deployed_and_testing status as non-final, always inspect QA/errors, and call get_e2e_qa_run_details if e2e tests fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional shared cap for returned logs across frontend and backend combined. Defaults to 50 when omitted. | |
| since | No | Optional timestamp in epoch milliseconds to filter errors. When provided, returns only errors since that timestamp. | |
| app_id | Yes | Target app id |