Retrieves a list of network devices belonging to the authenticated customer, with filtering and pagination.
Enter the Bearer token (obtained via authentication or provided internally).
Filter by MAC address (partial match).
17
Filter by hostname (partial match).
255
Filter by alias (partial match).
255
Filter by manufacturer (partial match).
255
Filter by site UUID (partial match).
Filter by associated IP address (checks history, partial match).
45
Only return devices with a current IP.
Filter by devices seen in the last N days.
1 <= x <= 365
mac_address
, hostname
, alias
, manufacturer
, created_at
, last_seen_at
asc
, desc
Items per page for cursor pagination.
5 <= x <= 5000
Pagination cursor.
A paginated list of devices.
The response is of type object
.