List devices
Returns a paginated list of the user's devices along with pagination metadata.
Query parameters
Deprecated device type aliases are accepted during a compatibility grace period: dedicated_premium_device maps to android_cloud_phone, dedicated_physical_device maps to android_physical_phone, dedicated_ios_device maps to ios_stealth_phone, and dedicated_emulated_device maps to android_emulator.
Deprecated device type aliases are accepted during a compatibility grace period: dedicated_premium_device maps to android_cloud_phone, dedicated_physical_device maps to android_physical_phone, dedicated_ios_device maps to ios_stealth_phone, and dedicated_emulated_device maps to android_emulator.
When true, only return devices created by the calling user (resolved from X-User-ID, never a client-supplied id).
When true, only return devices created by the calling user (resolved from X-User-ID, never a client-supplied id).
Filter to devices created by this user id. Mutually exclusive with mine.
Filter to devices created by this user id. Mutually exclusive with mine.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/ResponseDeviceInfo.json",
"items": [
{
"$schema": "https://example.com/schemas/DeviceInfo.json"
}
]
}