data_raw_search
Retrieve raw minute-level measurement data for any device and date range by bypassing statistical tables, giving unaggregated readings for direct analysis.
Instructions
기간과 무관하게 항상 분단위 원시 데이터를 조회한다. 통계 테이블을 거치지 않는다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | 종료일시 (yyyy-MM-dd HH:mm 또는 yyyy-MM-dd HH:mm:ss) | |
| maxRows | No | 반환 최대 행 수 (기본 500) | |
| deviceId | Yes | 측정기 ID | |
| startDate | Yes | 시작일시 (yyyy-MM-dd HH:mm 또는 yyyy-MM-dd HH:mm:ss) |