---
title: "Sandbox - Single Daily Readiness Document"
method: GET
path: "/v2/sandbox/usercollection/daily_readiness/{document_id}"
tags: ["Sandbox Routes"]
---

# Sandbox - Single Daily Readiness Document

`GET /v2/sandbox/usercollection/daily_readiness/{document_id}`

## Path parameters

- `document_id` string, required

## Response `200`

Successful Response

- PublicDailyReadiness — Public object defining daily readiness.
  - `id` string, required — Unique identifier of the object.
  - `contributors` PublicReadinessContributors, required — Object defining readiness score contributors.
    - `activity_balance` integer, nullable — Contribution of cumulative activity balance in range [1, 100].
    - `body_temperature` integer, nullable — Contribution of body temperature in range [1, 100].
    - `hrv_balance` integer, nullable — Contribution of heart rate variability balance in range [1, 100].
    - `previous_day_activity` integer, nullable — Contribution of previous day's activity in range [1, 100].
    - `previous_night` integer, nullable — Contribution of previous night's sleep in range [1, 100].
    - `recovery_index` integer, nullable — Contribution of recovery index in range [1, 100].
    - `resting_heart_rate` integer, nullable — Contribution of resting heart rate in range [1, 100].
    - `sleep_balance` integer, nullable — Contribution of sleep balance in range [1, 100].
    - `sleep_regularity` integer, nullable — Contribution of sleep regularity in range [1, 100].
  - `day` string, required
  - `score` integer, nullable — Daily readiness score.
  - `temperature_deviation` number, nullable — Temperature deviation in degrees Celsius.
  - `temperature_trend_deviation` number, nullable — Temperature trend deviation in degrees Celsius.
  - `timestamp` string, required

## 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)
