Downloading history data from nRF Cloud

At one time is was possible to download a history file for an nRF9160 device connected to the nRF Cloud that had the following json structure:

{
"topic": "prod/51789c46-81ce-4872-b9b8-e7efa03adf21/m/d/rIoT-351358811013801/d2c",
"deviceId": "rIoT-351358811013801",
"receivedAt": "2023-07-15T00:14:24.999Z",
"message": {
"appId": "GNSS",
"messageType": "DATA",
"ts": 1689380064999,
"data": {
"lng": -123.08815569538295,
"lat": 49.33025801914223,
"acc": 14.499619483947754,
"alt": 55.98991775512695,
"spd": 14.036337852478027,
"hdg": 3.507920742034912
}
},
"tenantId": "51789c46-81ce-4872-b9b8-e7efa03adf21"
},
{
"topic": "prod/51789c46-81ce-4872-b9b8-e7efa03adf21/m/d/rIoT-351358811013801/d2c",
"deviceId": "rIoT-351358811013801",
"receivedAt": "2023-07-15T00:14:18.956Z",
"message": {
"appId": "RSRP",
"messageType": "DATA",
"ts": 1689380058956,
"data": "-94"
},
"tenantId": "51789c46-81ce-4872-b9b8-e7efa03adf21"
},

The option to download a history file in this format doesn't seem available anymore, or at least I can't find it on the nRF Cloud site.  Is there still a way to get history data in this format? Please advise.

Thanks

Jack

Parents Reply Children
No Data
Related