{
    "search_after_ctx": "string",
    "p": 1,
    "limit": 20,
    "asc": true,
    "orderby": "string",
    "title": "string",
    "progress": "string",
    "alert_severity": "string",
    "labels": {},
    "channel_ids": [
        0
    ],
    "data_source_ids": [
        0
    ],
    "alert_keys": [
        "string"
    ],
    "ever_muted": true,
    "start_time": 0,
    "end_time": 0
}curl --location --request POST 'http://prod-cn.your-api-server.com/alert/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "search_after_ctx": "string",
    "p": 1,
    "limit": 20,
    "asc": true,
    "orderby": "string",
    "title": "string",
    "progress": "string",
    "alert_severity": "string",
    "labels": {},
    "channel_ids": [
        0
    ],
    "data_source_ids": [
        0
    ],
    "alert_keys": [
        "string"
    ],
    "ever_muted": true,
    "start_time": 0,
    "end_time": 0
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "alert_id": "string",
                "channel_id": 0,
                "channel_name": "string",
                "data_source_id": 0,
                "data_source_name": "string",
                "data_source_type": "string",
                "data_source_ref_id": "string",
                "title": "string",
                "title_rule": "string",
                "description": "string",
                "alert_key": "string",
                "alert_severity": "Info",
                "alert_status": "Info",
                "progress": "Triggered",
                "start_time": 0,
                "last_time": 0,
                "end_time": 0,
                "close_time": 0,
                "created_at": 0,
                "updated_at": 0,
                "labels": {},
                "events": [
                    {
                        "event_id": "string",
                        "data_source_id": 0,
                        "channel_id": 0,
                        "title": "string",
                        "title_rule": "string",
                        "description": "string",
                        "alert_id": "string",
                        "event_status": "Info",
                        "event_severity": "Info",
                        "event_time": 0,
                        "labels": {}
                    }
                ],
                "responder_id": 0,
                "incident": {
                    "incident_id": "string",
                    "title": "string"
                },
                "event_cnt": 0,
                "ever_muted": true
            }
        ],
        "search_after_ctx": "string",
        "total": 0,
        "has_next_page": true
    }
}