HyperTrackDocs
Devices API

Get list of devices in your account

Retrieve a list of all devices in your account, excluding deleted devices.

The Devices API is deprecated. New integrations should use the Workers API instead.

GET /devices

This endpoint retrieves a list of devices in your account, excluding deleted devices.

Query parameters

NameTypeDescription
metadata_filterstringA URL encoded string of JSON metadata to search for matching keys and values.
last_updated_sincestring (date-time)An ISO 8601 date and time string to get devices updated since this timestamp.
name_filterstringThe name of the device to search for.
tracking_statusstringall (default) returns all devices; all_tracked returns only devices intended for tracking.

Response

Returns 200 with a list of devices.