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

# Sandbox - Single Daily Sleep Document

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

## Path parameters

- `document_id` string, required

## Response `200`

Successful Response

- PublicDailySleep — Public object defining daily sleep.
  - `id` string, required — Unique identifier of the object.
  - `contributors` PublicSleepContributors, required — Object defining sleep score contributors.
    - `deep_sleep` integer, nullable — Contribution of deep sleep in range [1, 100].
    - `efficiency` integer, nullable — Contribution of sleep efficiency in range [1, 100].
    - `latency` integer, nullable — Contribution of sleep latency in range [1, 100].
    - `rem_sleep` integer, nullable — Contribution of REM sleep in range [1, 100].
    - `restfulness` integer, nullable — Contribution of sleep restfulness in range [1, 100].
    - `timing` integer, nullable — Contribution of sleep timing in range [1, 100].
    - `total_sleep` integer, nullable — Contribution of total sleep in range [1, 100].
  - `day` string, required
  - `score` integer, nullable — Daily sleep score.
  - `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)
