List
List devices.
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
"2026-08-17.everglades"
Query Parameters
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 00
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 10010
Sort order for the device results.
id:asc, id:desc, created_at:desc, created_at:asc, status:asc, status:desc Fields to expand on each device in the list.
total_count, current_deployment, current_release, group The device IDs to filter by.
The device names to filter by.
The agent versions to filter by.
The release IDs to filter devices by their current release.
The group IDs to filter devices by.
The device statuses to filter by.
The status of the device.
- Inactive: The miru agent has not yet been installed / authenticated
- Activating: The miru agent is currently being installed / authenticated (should only last for a few seconds)
- Online: The miru agent has successfully pinged the server within the last 60 seconds.
- Offline: The miru agent has not successfully pinged the server within the last 60 seconds (e.g. network issues, device is powered off, etc.)
- Archived: The device has been archived. The agent's session has been revoked and the device no longer participates in workspace operations. See
archived_atfor when this occurred.
inactive, activating, online, offline, archived Response
Successfully listed the devices.
The object type, which is always list.
list "list"
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0True if there are more items in the list to return. False if there are no more items to return.
false
The list of devices.
The total number of items in the list. By default the total count is not returned. The total count must be expanded (using expand=total_count) to get the total number of items in the list.

