get_archived_warnings
Retrieve archived alarm records with filtering, sorting, and pagination options. Supports limit, skip, and count for flexible data access.
Instructions
查询已归档的报警列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | 查询过滤条件 | |
| sort | No | 排序条件 | |
| limit | No | 返回数量限制 | |
| skip | No | 跳过数量,用于分页 | |
| withCount | No | 是否返回总数 |