get_steps_data
Retrieve detailed step counts with 15-minute intervals for a specific date, enabling granular analysis of daily activity patterns.
Instructions
Get detailed steps data with 15-minute intervals
Note: This returns full interval data (~14KB). For a compact summary, use get_stats() which includes total_steps.
Args: date: Date in YYYY-MM-DD format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |