---
title: "Sleep Summary"
method: GET
path: "/profile/{profile_public_id}/sleep_summary/"
tags: ["profile"]
---

# Sleep Summary

`GET /profile/{profile_public_id}/sleep_summary/`

Provides summarized sleep data.

## Query parameters

- `cursor` string
- `page_size` integer
- `date_start` string, date-time
- `date_end` string, date-time
- `detail` boolean

## Response `200`

OK

- SleepSummary[]
  - `timestamp` string, date-time, required — Starting UTC time of the measurement.
  - `duration` string, nullable — Duration of the measurement.
  - `timestamp_end` string, date-time
  - `source` 'AGGREGATED' | 'ANDROID' | 'APPLE' | 'FITBIT' | 'GARMIN' | 'GOOGLE_HEALTH' | 'GOOGLEFIT' | 'HEALTHCONNECT' | 'HUAWEI' | 'MYZONE' | 'OMH' | 'OMRON' | 'OURA' | 'POLAR' | 'SAMSUNG' | 'STRAVA' | 'SUUNTO' | 'WF' | 'WHOOP' | 'WITHINGS', required — Origin of the data.
  - `is_manual` boolean, nullable — Whether the data was entered manually.
  - `awake` unknown
  - `light` unknown
  - `deep` unknown
  - `rem` unknown
  - `sleep_score` integer, nullable — Sleep score
  - `detail` SleepDetailMinimal[]
    - `timestamp` string, date-time, required — Starting UTC time of the measurement.
    - `timestamp_end` string, date-time — Ending time of the measurement.
    - `level` 'AWAKE' | 'LIGHT' | 'DEEP' | 'REM' | 'UNKNOWN', required — Sleep level

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
