icu_download_activity_file
Downloads the original uploaded activity file (FIT, TCX, or GPX) from Intervals.icu. Saves to a specified path or returns base64 content.
Instructions
Download the original activity file.
Downloads the ORIGINAL uploaded file (FIT, TCX, or GPX — whatever the
device produced). Different from download_fit_file (forces FIT conversion)
and download_gpx_file (forces GPX conversion). If output_path is set
the file is saved there; otherwise the response embeds base64 content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | Activity ID to download | |
| output_path | No | Path to save the file (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |