Skip to main content
GET
JavaScript
Reads the device’s primary clipboard as plain text — whatever was last copied on the device or written through the set-clipboard endpoint. text is an empty string when the clipboard is empty or its current content is not text. On phones, Android only grants clipboard access to the selected input method: the read requires the Mobilerun keyboard to be selected on the device, and answers 409 DEVICE_CLIPBOARD_KEYBOARD_REQUIRED until it is.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Response

OK

text
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ClipboardBody.json"