Get timeseries data
vital_get_timeseriesGet timeseries data points for a user and resource over a date range. Supported resources: heartrate, hrv, glucose, blood_pressure, blood_oxygen, steps, respiratory_rate, body_weight, body_fat, distance, water, vo2_max, stress_level, mindfulness_minutes, calories_active, calories_basal, floors_climbed, caffeine, cholesterol. Vital API: GET /v2/timeseries/{user_id}/{resource}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The Vital user id (UUID). | |
| end_date | No | End date yyyy-mm-dd (inclusive). Defaults to today upstream. | |
| provider | No | Filter to a single provider slug (e.g. oura, fitbit). | |
| resource | Yes | Timeseries resource to fetch. | |
| start_date | Yes | Start date yyyy-mm-dd (inclusive, required). |