Export all WHOOP data
export_dataExport WHOOP records within a date range to local JSON and CSV files, providing daily summaries and workout data without uploading anywhere.
Instructions
Export every WHOOP record in a date range to local files on this machine: data.json (complete transformed dataset, plus raw API records when include_raw is true), daily_summary.csv (one row per day), and workouts.csv. Nothing is uploaded anywhere. Returns the file paths and record counts. Large ranges can take a minute or two.
`start`/`end` accept: N years ago | N months ago | YYYY-MM-DD | ISO datetime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | 2 years ago | |
| end | No | today | |
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||