---
title: "Single Daily Spo2 Document"
method: GET
path: "/v2/usercollection/daily_spo2/{document_id}"
tags: ["Daily Spo2 Routes"]
---

# Single Daily Spo2 Document

`GET /v2/usercollection/daily_spo2/{document_id}`

## Path parameters

- `document_id` string, required

## Response `200`

Successful Response

- PublicDailySpO2 — Daily SpO2 (Oxygen saturation).
  - `id` string, required — Unique identifier of the object.
  - `breathing_disturbance_index` integer, nullable — Breathing Disturbance Index (BDI) calculated using detected SpO2 drops from timeseries. Values should be in range [0, 100]
  - `day` string, required
  - `spo2_percentage` PublicSpo2AggregatedValues — Object defining public spo2 aggregated values.
    - `average` number, required — Average of spo2.

## Other responses

- `400` — Client Exception
- `401` — Unauthorized access exception. Usually means the access token is expired, malformed or revoked.
- `403` — Access forbidden. Usually means the user's subscription to Oura has expired and their data is not available via the API.
- `404` — Not Found
- `422` — Validation Error
- `429` — Request Rate Limit Exceeded.

---

[API](https://skmtc.dev/ouraring/apis/oura-api-documentation.md) · [All operations](https://skmtc.dev/ouraring/apis/oura-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ouraring/oura-api-documentation/revisions/8b8ae3b61eda/schema)
