curl --request GET \
--url https://api.example.com/data/device-storage[
{
"machine_id": "<string>",
"frames": 123,
"audio_chunks": 123
}
]Get record counts per synced device.
curl --request GET \
--url https://api.example.com/data/device-storage[
{
"machine_id": "<string>",
"frames": 123,
"audio_chunks": 123
}
]Was this page helpful?