Skip to content

Get a device deployment version history

GET
/api/v1/devices/{id}/version-history
curl --request GET \
--url http://localhost:3000/api/v1/devices/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/version-history \
--header 'X-API-Key: <X-API-Key>'

Recorded deployment version lineage for the device, newest first. Backs the confirm dialog that names both versions before a rollback.

id
required
string format: uuid

Device UUID

Version history retrieved

Device not found