pmux_tab_status
Retrieve runtime status of a specific tab in a workspace. Provides alive status and other runtime info; for Electron tabs, alive:false is normal.
Instructions
Get tab runtime status. NOTE: for web-browser tabs alive:false is NORMAL (they are Electron webviews, not tmux) — probe health via the browser tools instead. claudeSessionId is a legacy alias of agentSessionId (same value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |