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

# Single Daily Activity Document

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

## Path parameters

- `document_id` string, required

## Response `200`

Successful Response

- PublicDailyActivity — Object defining a daily activity that is a 24-hour period starting at 4 a.m.
  - `id` string, required — Unique identifier of the object.
  - `active_calories` integer, required — Active calories expended in kilocalories.
  - `average_met_minutes` number, required — Average MET minutes.
  - `class_5_min` string, nullable — 5-minute activity classification for the period where every character corresponds to: '0' = non wear '1' = rest '2' = inactive '3' = low activity '4' = medium activity '5' = high activity Example: "001233334555524001".
  - `contributors` PublicActivityContributors, required — Object defining activity score contributors.
    - `meet_daily_targets` integer, nullable — Contribution of meeting previous 7-day daily activity targets in range [1, 100].
    - `move_every_hour` integer, nullable — Contribution of previous 24-hour inactivity alerts in range [1, 100].
    - `recovery_time` integer, nullable — Contribution of previous 7-day recovery time in range [1, 100].
    - `stay_active` integer, nullable — Contribution of previous 24-hour activity in range [1, 100].
    - `training_frequency` integer, nullable — Contribution of previous 7-day exercise frequency in range [1, 100].
    - `training_volume` integer, nullable — Contribution of previous 7-day exercise volume in range [1, 100].
  - `day` string, required
  - `equivalent_walking_distance` integer, required — Equivalent walking distance of energe expenditure in meters.
  - `high_activity_met_minutes` integer, required — The total METs of each minute classified as high activity.
  - `high_activity_time` integer, required — The total time in seconds of each minute classified as high activity.
  - `inactivity_alerts` integer, required — Number of inactivity alerts received.
  - `low_activity_met_minutes` integer, required — The total METs of each minute classified as low activity.
  - `low_activity_time` integer, required — The total time in seconds of each minute classified as low activity.
  - `medium_activity_met_minutes` integer, required — The total METs of each minute classified as medium activity.
  - `medium_activity_time` integer, required — The total time in seconds of each minute classified as medium activity.
  - `met` PublicSample, required — Object defining a recorded sample.
    - `interval` number, required — Interval in seconds between the sampled items.
    - `items` number[], required
    - `timestamp` string, required
  - `meters_to_target` integer, required — Meters remaining to target.
  - `non_wear_time` integer, required — Ring non-wear time in seconds.
  - `resting_time` integer, required — Resting time in seconds.
  - `score` integer, nullable — Activity score in range [1, 100].
  - `sedentary_met_minutes` integer, required — Sedentary MET minutes.
  - `sedentary_time` integer, required — Sedentary time in seconds.
  - `steps` integer, required — Total number of steps taken.
  - `target_calories` integer, required — Daily activity target in kilocalories.
  - `target_meters` integer, required — Daily activity target in meters.
  - `timestamp` string, required
  - `total_calories` integer, required — Total calories expended in kilocalories.

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