curl --location -g --request GET '/openapi/v0.9/drc/api/v2/projects//ai-alert-record?drone_sn[]=1581F8HHD24B10010084&begin_at=1742451576&end_at=1743661176&target_type[]&flight_id[]=397c0a38-e209-4741-b892-8de814c9bbc4&page=1&page_size=20' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"data": {
"alert_uuid": "string",
"algorithm_source": 0,
"drone_sn": "string",
"file_id": 0,
"flight_id": "string",
"gateway_sn": "string",
"location": {
"altitude": 0,
"latitude": 0,
"longitude": 0
},
"media_index": 0,
"project_id": "string",
"reason": "string",
"status": 0,
"target_alert_infos": [
{
"target_max_threshold": 0,
"target_min_threshold": 0,
"target_type": 0,
"target_value": 0,
"use_max_threshold": true,
"use_min_threshold": true
}
],
"task_name": "string",
"thumbnail_url": "string",
"timestamp": 0,
"trigger_actions": [
{
"action": 0,
"duration": 0
}
]
},
"page": 0,
"page_count": 0,
"page_size": 0,
"total": 0
}
}