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

# Stress Summary

`GET /profile/{profile_public_id}/stress_summary/`

Presents stress summaries.

## Query parameters

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

## Response `200`

OK

- StressSummary[]
  - `timestamp` string, date-time, required — Starting UTC time of the measurement.
  - `duration` string, nullable — Duration of the measurement.
  - `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.
  - `stress_qualifier` 'UNKNOWN' | 'CALM' | 'BALANCED' | 'STRESSFUL' | 'VERY_STRESSFUL', required — Qualifier describing stress level.
  - `average_stress_level` integer, nullable — Average stress level.
  - `max_stress_level` integer, nullable — Maximum stress level.
  - `rest_stress_duration` unknown
  - `low_stress_duration` unknown
  - `medium_stress_duration` unknown
  - `high_stress_duration` unknown
  - `stress_duration` unknown

---

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