curl --location --request GET '/v3/cloud/server/events/abc-123-def-456/2024-1-15?tags=motion&tags=person&offset&limit=20' \
--header 'language: zh-CN' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 200,
"msg": "success",
"data": {
"total": 2,
"items": [
{
"id": "evt_123456",
"ossid": "456",
"thumbnail": "https://oss.example.com/thumb.jpg",
"image": "events/2024/01/motion.jpg",
"time": 1234567890,
"can_play": true,
"tag": {
"icon": "https://cdn.example.com/icons/motion.png",
"msg": "检测到运动",
"name": "运动检测",
"tag": "motion",
"extra": null
},
"ossid_video": "456",
"summary": {
"confidence": 0.95
},
"image_uri": "tgoss://123/events/2024/01/motion.jpg"
},
{
"id": "evt_123457",
"ossid": "456",
"thumbnail": "https://oss.example.com/thumb2.jpg",
"image": "events/2024/01/person.jpg",
"time": 1234567891,
"can_play": true,
"tag": {
"icon": "https://cdn.example.com/icons/person.png",
"msg": "检测到人形",
"name": "人形检测",
"tag": "person",
"extra": null
},
"ossid_video": "456",
"summary": {
"count": 2
},
"image_uri": "tgoss://123/events/2024/01/person.jpg"
}
]
}
}