Oura Vo2 Max Export Format
- Updated
The Oura VO2 Max Export contains data on VO2 Max, which measures the maximum volume of oxygen an individual can utilize during exercise.
- File Prefix: `OuraVO2Max`
For a complete list of all the export file types possible, see the Oura Export Overview.
Data Fields
Field | Description |
---|---|
Vo2MaxKey |
The unique key for this Vo2 Max record, formatted as `ParticipantID_ID`. |
ParticipantID |
The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID). |
ParticipantIdentifier |
The identifier of the participant this Vo2 Max record is for. Can be used to cross reference with Participants. |
InsertedDate |
The creation date of the entry, in ISO 8601 format. Is always in UTC. |
ID |
string(id) |
Day |
Day that the estimate belongs to, in YYYY-MM-DD format. |
Timestamp |
Timestamp indicating when the estimate was created, in ISO 8601 format. |
Vo2Max |
VO2 max value. |
Sample CSV Export
Vo2MaxKey,ParticipantID,ParticipantIdentifier,InsertedDate,ID,Day,Timestamp,Vo2Max
6e2626f8-e891-ed11-98ad-f4ce23710c45_e36765ee-0d03-4007-baf3-7b20f35a1c48,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:09Z,e36765ee-0d03-4007-baf3-7b20f35a1c48,2025-02-07,2025-02-07T12:12:37-05:00,48
6e2626f8-e891-ed11-98ad-f4ce23710c45_4051248a-f4eb-4548-93f1-0e2b581b9898,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:09Z,4051248a-f4eb-4548-93f1-0e2b581b9898,2025-02-25,2025-02-25T14:22:07-05:00,49
6e2626f8-e891-ed11-98ad-f4ce23710c45_5bb6bf99-888c-49df-a479-bacd2fc762f9,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:09Z,5bb6bf99-888c-49df-a479-bacd2fc762f9,2025-03-04,2025-03-04T15:38:01-05:00,50
Sample JSON Export
{
"Vo2MaxKey": "6e2626f8-e891-ed11-98ad-f4ce23710c45_e36765ee-0d03-4007-baf3-7b20f35a1c48",
"ParticipantID": "6e2626f8-e891-ed11-98ad-f4ce23710c45",
"ParticipantIdentifier": "46ce54ac-e891-ed11-98ad-f4ce23710c45",
"InsertedDate": "2025-03-13T23:12:09Z",
"ID": "e36765ee-0d03-4007-baf3-7b20f35a1c48",
"Day": "2025-02-07",
"Timestamp": "2025-02-07T12:12:37-05:00",
"Vo2Max": 48.0
}
Was this article helpful?