execute_sql
Execute read-only SQL queries against cached Garmin Connect data for fast data analysis. Supports SELECT, WITH, EXPLAIN, and PRAGMA table_info statements.
Instructions
Run an ad hoc read-only SQL query against the local cache. Only SELECT/WITH/EXPLAIN/PRAGMA table_info statements are allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |