Get Phone Status
Devices
Get Phone Status
Get real-time status for a phone
GET
Get Phone Status
Get the real-time connection and control status for a specific phone. Unlike Get Info which returns device metadata, this endpoint returns live operational state.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
Response
Status: 200 OKResponse Fields
| Field | Type | Description |
|---|---|---|
phone_id | string | Phone identifier |
phone_name | string | null | Phone display name |
connection_status | string | online, available, or offline |
switch_control_enabled | boolean | Whether Switch Control is active |
screen_locked | boolean | Whether the screen is locked |
streaming | boolean | Whether the phone is currently streaming its screen |
width | integer | null | Screen width in pixels |
height | integer | null | Screen height in pixels |
Examples
Python
Check Before Running a Session
Related Endpoints
- Get Info - Get device metadata and settings
- List Phones - List all phones
- Select Phone - Switch the active phone on the Mac