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

Oura Ring Configuration Export Format

The Oura Ring Configuration Export includes information about the user's ring(s), including the model, size, and color. 

  • File Prefix: OuraRingConfiguration

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

Data Fields

Field Description
RingConfigurationKey The unique key for this ring configuration 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 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 A unique string identifier assigned to each data entry, received from Oura.
Color

Color of the ring.

Design

Design of the ring.

FirmwareVersion

Firmware version of the ring.

HardwareType

Hardware type of the ring.

SetUpAt Timestamp indicating when the ring was set up, in ISO 8601 format. Is always in UTC.
Size

US size of the ring.

 

Sample CSV Export

RingConfigurationKey,ParticipantID,ParticipantIdentifier,InsertedDate,ID,Color,Design,FirmwareVersion,HardwareType,SetUpAt,Size
6e2626f8-e891-ed11-98ad-f4ce23710c45_26b4b6c9-3e34-4376-b334-4a23fd6ef157,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:07Z,26b4b6c9-3e34-4376-b334-4a23fd6ef157,glossy_black,heritage,3.1.1,gen3,2024-03-19T00:00:00+00:00,9
6e2626f8-e891-ed11-98ad-f4ce23710c45_48c62070-7566-4a00-b541-e3788b05befb,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:07Z,48c62070-7566-4a00-b541-e3788b05befb,glossy_black,heritage,2.9.33,gen3,,9
6e2626f8-e891-ed11-98ad-f4ce23710c45_84790aa1-f4e3-484d-bede-23d02430a2dc,6e2626f8-e891-ed11-98ad-f4ce23710c45,46ce54ac-e891-ed11-98ad-f4ce23710c45,2025-03-13T23:12:07Z,84790aa1-f4e3-484d-bede-23d02430a2dc,glossy_black,heritage,2.6.7,gen3,,9

 

Sample JSON Export

{
"RingConfigurationKey": "6e2626f8-e891-ed11-98ad-f4ce23710c45_26b4b6c9-3e34-4376-b334-4a23fd6ef157",
"ParticipantID": "6e2626f8-e891-ed11-98ad-f4ce23710c45",
"ParticipantIdentifier": "46ce54ac-e891-ed11-98ad-f4ce23710c45",
"InsertedDate": "2025-03-13T23:12:07Z",
"ID": "26b4b6c9-3e34-4376-b334-4a23fd6ef157",
"Color": "glossy_black",
"Design": "heritage",
"FirmwareVersion": "3.1.1",
"HardwareType": "gen3",
"SetUpAt": "2024-03-19T00:00:00+00:00",
"Size": 9
}