{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "asc": true,
    "orderby": "created_at",
    "search_after_ctx": "string",
    "p": 1,
    "limit": 20
}curl --location --request POST 'http://prod-cn.your-api-server.com/insight/incident/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "asc": true,
    "orderby": "created_at",
    "search_after_ctx": "string",
    "p": 1,
    "limit": 20
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "incident_id": "string",
                "title": "string",
                "team_id": 0,
                "team_name": "string",
                "channel_id": 0,
                "channel_name": "string",
                "progress": "Triggered",
                "severity": "Info",
                "created_at": 0,
                "closed_by": "timeout",
                "seconds_to_ack": 0,
                "seconds_to_close": 0,
                "engaged_seconds": 0,
                "hours": "work",
                "notifications": 0,
                "interruptions": 0,
                "assignments": 0,
                "reassignments": 0,
                "acknowledgements": 0,
                "escalations": 0,
                "manual_escalations": 0,
                "timeout_escalations": 0,
                "responders": [
                    {}
                ],
                "assigned_to": {
                    "person_ids": [
                        0
                    ],
                    "escalate_rule_id": "string",
                    "escalate_rule_name": "string",
                    "layer_idx": 0,
                    "layer_person_reset": {
                        "0": {
                            "team_ids": [
                                0
                            ],
                            "person_ids": [
                                0
                            ],
                            "schedule_to_role_ids": {
                                "{schedule_id}": [
                                    0
                                ]
                            }
                        }
                    },
                    "type": "assign"
                }
            }
        ],
        "search_after_ctx": "string",
        "total": 0,
        "has_next_page": true
    }
}