---
title: FetchDeviceRequest
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/fetchdevicerequest
---

# FetchDeviceRequest

The request for a list of devices.

## Declaration

```data
object FetchDeviceRequest
```

## Properties

cursor: A hex string that represents the starting position for a request. Use this to retrieve the list of devices that have been added or removed since a previous request. The string can be up to 1000 characters. On the initial request, this should be omitted. limit: The maximum number of entries to return. Optional.

## See Also

### Request and Response

- [FetchDeviceResponse](devicemanagement/fetchdeviceresponse.md)
