phones
Get a phone's live screen preview
Returns a short-lived URL for the phone's current screen preview — a rolling JPEG refreshed every few seconds while the phone is paired, available with or without an active session. Poll this endpoint and swap the image; every call mints a fresh URL. Status is "pending" when no preview exists yet. Authorized to the org that owns the phone or currently holds its active session; any other org reads as not found.
get/phones/{phone_id}/preview
Path parameters
phone_idstring required
Phone identifier
Phone identifier
Response
OK
Example response
{
"$schema": "/api/v1/PhonePreviewResponse.json"
}