JavaScript
Misc
Get device clipboard
Returns the current text content of the device’s clipboard. Devices without clipboard support return an unsupported-feature error.
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
Bearer token via Authorization header
Headers
Required range:
x >= 0