v74

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-072076961.5 MB
timeseries

Get User Workouts

get/v2/timeseries/workouts/{workout_id}/stream

Path parameters

workout_idstring uuid required

The Vital ID for the workout

The Vital ID for the workout

Response

Successful Response

timeinteger[] nullable

Corresponding time stamp in unix time for datapoint

Example response

{
  "altitude": [
    10,
    20,
    30,
    40,
    50
  ],
  "cadence": [
    10,
    12,
    12,
    11,
    10
  ],
  "distance": [
    12,
    15,
    18,
    20,
    25
  ],
  "heartrate": [
    120,
    125,
    125,
    130,
    135
  ],
  "lat": [
    10,
    20,
    30,
    40,
    50
  ],
  "lng": [
    10,
    20,
    30,
    40,
    50
  ],
  "power": [
    100,
    100,
    100,
    100,
    100
  ],
  "resistance": [
    10,
    20,
    30,
    40,
    50
  ],
  "time": [
    1626625123,
    1626625140,
    1626625145,
    1626625150,
    162662560
  ],
  "velocity_smooth": [
    10,
    20,
    30,
    40,
    50
  ]
}