v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBDevices
List devices
Returns a paginated list of the user's devices along with pagination metadata.
get/devices
Query parameters
statestring[] nullable
type'dedicated_physical_device' | 'dedicated_premium_device' | 'dedicated_ios_device' | 'dedicated_emulated_device' | 'ios_simulator'
countrystring
namestring
providerIdstring
pageinteger
pageSizeinteger
orderBy'id' | 'createdAt' | 'updatedAt' | 'assignedAt'
orderByDirection'asc' | 'desc'
Response
OK
Example response
{
"$schema": "https://example.com/schemas/ResponseDeviceInfo.json",
"items": [
{
"$schema": "https://example.com/schemas/DeviceInfo.json"
}
]
}