get_harvest_data
Retrieve sensor data from SORACOM Harvest for a specific SIM device within defined time ranges and parameters.
Instructions
特定SIMのHarvest Dataを取得します
Args: imsi: SIMのIMSI from_time: 取得開始時刻(UNIXタイムスタンプ・ミリ秒) to_time: 取得終了時刻(UNIXタイムスタンプ・ミリ秒) sort: ソート順(asc: 古い順, desc: 新しい順) limit: 取得件数(最大1000) last_evaluated_key: ページング用キー
Returns: Harvest Dataのリストと次ページのキー
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imsi | Yes | ||
| from_time | No | ||
| to_time | No | ||
| sort | No | desc | |
| limit | No | ||
| last_evaluated_key | No |