fileUrl is empty, indicating that no historical videos have been uploaded. You can upload device history videos through "/v2/openapp/video/history/upload". You can view all upload records through "/v2/openapi/video/history/upload/task".
Authorization: ********************{
"deviceId": "240070417261",
"channelId": 1,
"startTime": "2025-12-11 00:00:00",
"endTime": "2025-12-11 23:59:59"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/history/list' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "240070417261",
"channelId": 1,
"startTime": "2025-12-11 00:00:00",
"endTime": "2025-12-11 23:59:59"
}'{
"code": 0,
"data": [
{
"deviceName": "",
"channelId": 0,
"fileSize": 0.0,
"startTime": "",
"endTime": "",
"fileUrl": ""
}
],
"msg": ""
}