v2

latestSwagger 2.02026-08-08121119168.6 KB
Devices

List physical mobile devices

Returns every real Android and iOS device in the TestingBot grid, with an available flag indicating whether it can be acquired right now. Filter by platform for a single OS family.

get/v1/devices

Query parameters

platform'Android' | 'iOS' | 'REAL_ANDROID' | 'REAL_IOS'

Filter to a single mobile OS family. Case-insensitive.

webboolean

Internal flag used by the dashboard — returns extra UI-only fields.

Response

List physical mobile devices

idinteger required

Unique numeric device ID.

namestring required

Marketing name (e.g. "iPhone 15 Pro").

model_numberstring required

Manufacturer model number (e.g. "SM-G991B").

platform_namestring required

Mobile OS family (e.g. "iOS", "Android").

versionstring required

OS version (e.g. "17.4", "14").

resolutionstring required

Display resolution as <width>x<height> (e.g. "1170x2532").

widthinteger required

Display width in pixels, parsed from resolution.

heightinteger required

Display height in pixels, parsed from resolution.

cpustring required

CPU architecture.

availableboolean required

Whether the device is free for this account to acquire right now.

multiple_browsersobject[] required

Selectable browsers on this device. Only present on devices that offer more than one.