Devices List›
Devices List
Fetch available devices for running tests (Server 2)
Retrieves the list of devices available for running tests. You can filter the devices based on the region.
GET
/list
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
regionstringrequired
Region to filter available devices ( 'eu', 'us', 'ap')
Response
application/jsonSuccessful operation
deviceIdstring
Example:
"d123"deviceNamestring
Example:
"Pixel 4"platformNamestring
Example:
"Android"platformVersionstring
Example:
"10.0"deviceStatusstring
Example:
"Available"