osirAppStatus
Get an Osir app's current status, live URL, and health ('is my app working?'). If the status is BUILD_FAILED, 'recentErrors' explains why (e.g. a missing start command) so you can fix the source and redeploy. 'qa' is an independent black-box check of the LIVE app after deploy: qa.status PASSED means it loaded and worked; FAILED means it deployed but didn't actually work (qa.findings lists the problems — e.g. a server error or blank page — so you can fix and redeploy). Required: appId (string). Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |