Skip to content
  • There are no suggestions because the search field is empty.

Garmin Activity Summary Export Format

Fitness activity summaries represent high-level information from discrete fitness activities, such as running or swimming, that are specifically and intentionally started by the user on their device.

  • File Prefix: GarminActivitySummary
  • Natural Key: ParticipantID+ SummaryId

For a complete list of all the export file types possible, see the Garmin Export Overview.

Data Fields


Sample CSV Export

ParticipantID,ParticipantIdentifier,SummaryId,ActivityId,StartTimeInSeconds,StartTimeOffsetInSeconds,DurationInSeconds,ActivityType,ActivityName,AverageBikeCadenceInRoundsPerMinute,AverageHeartRateInBeatsPerMinute,AverageRunCadenceInStepsPerMinute,AverageSpeedInMetersPerSecond,AverageSwimCadenceInStrokesPerMinute,AveragePaceInMinutesPerKilometer,ActiveKilocalories,DeviceName,DistanceInMeters,MaxBikeCadenceInRoundsPerMinute,MaxHeartRateInBeatsPerMinute,MaxPaceInMinutesPerKilometer,MaxRunCadenceInStepsPerMinute,MaxSpeedInMetersPerSecond,NumberOfActiveLengths,StartingLatitudeInDegree,StartingLongitudeInDegree,Steps,TotalElevationGainInMeters,TotalElevationLossInMeters,IsParent,ParentSummaryId,Manual,InsertedDate,AveragePushCadenceInPushesPerMinute,MaxPushCadenceInPushesPerMinute,Pushes,IsWebUploaded
1be320d5-57fa-4860-8fa2-033b27038c4e,TST12345,10472655210,10472655210,1675892059,-18000,3399,YOGA,Yoga,,102,,,,,303,Instinct 2 Solar,,,143,,,,,,,,,,,,,2023-02-08T22:32:52Z,,,,False
1be320d5-57fa-4860-8fa2-033b27038c4e,TST12345,10456836082,10456836082,1675697354,-18000,3924,INDOOR_CYCLING,Indoor Cycling,,134,,,,,634,Instinct 2 Solar,,,163,,,,,,,,,,,,,2023-02-06T17:06:11Z,,,,False
1be320d5-57fa-4860-8fa2-033b27038c4e,TST12345,10225018183,10225018183,1672600824,-18000,4785,CYCLING,Manheim Cycling,,119,,5.317,,3.1345997,541,Instinct 2 Solar,25440.05,,164,1.137734,,14.649,,40.07910811342299,-76.26206246204674,,310.0,310.0,,,,2023-02-04T16:22:33Z,,,,True
...
1be320d5-57fa-4860-8fa2-033b27038c4e,TST12345,10438617715,10438617715,1675460300,-18000,3679,YOGA,Yoga,,81,,,,,185,Instinct 2 Solar,,,124,,,,,,,0,,,,,,2023-02-04T16:22:33Z,,,,False

Sample JSON Export

{
    "ActivityName": "Yoga",
    "ActivityId": "10472655210",
    "StartTimeInSeconds": 1675892059,
    "StartTimeOffsetInSeconds": -18000,
    "ActivityType": "YOGA",
    "DurationInSeconds": 3399,
    "AverageHeartRateInBeatsPerMinute": 102,
    "ActiveKilocalories": 303,
    "DeviceName": "Instinct 2 Solar",
    "MaxHeartRateInBeatsPerMinute": 143,
    "IsWebUpload":false,
    "ParticipantID": "b728e3e8-1e97-453c-a3a5-5f4a1e5ce687",
    "ParticipantIdentifier": "TST12345",
    "SummaryId": "10472655210",
    "InsertedDate": "2023-02-08T22:32:52"
}
{
    "ActivityName": "Indoor Cycling",
    "ActivityId": "10456836082",
    "StartTimeInSeconds": 1675697354,
    "StartTimeOffsetInSeconds": -18000,
    "ActivityType": "INDOOR_CYCLING",
    "DurationInSeconds": 3924,
    "AverageHeartRateInBeatsPerMinute": 134,
    "ActiveKilocalories": 634,
    "DeviceName": "Instinct 2 Solar",
    "MaxHeartRateInBeatsPerMinute": 163,
    "IsWebUpload":false,
    "ParticipantID": "b728e3e8-1e97-453c-a3a5-5f4a1e5ce687",
    "ParticipantIdentifier": "TST12345",
    "SummaryId": "10456836082",
    "InsertedDate": "2023-02-06T17:06:11"
}
...