v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Devices

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

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/ResponseDeviceInfo.json",
  "items": [
    {
      "$schema": "https://example.com/schemas/DeviceInfo.json"
    }
  ]
}