Wrist temperature
get_wrist_tempDecrypt and retrieve sleeping wrist temperature samples in absolute Celsius. Coverage fields show data history; increase limit to access older records.
Instructions
Decrypt recent sleeping wrist temperature samples — ABSOLUTE °C.
⚠️ These are absolute skin temperatures (~35.5-36.5 °C), NOT baseline
deltas — the legacy temperature_delta_celsius field name is a wire-
contract misnomer (kept for compatibility; prefer the honest twin
wrist_temperature_celsius). For cycle analysis, derive the deviation
yourself: reading minus that person's rolling baseline. One sample per
night. Use owner prefix to filter.
Carries a coverage block: quote coverage.days_covered (distinct days, not
the row count) and coverage.span_days beside any average or trend, and read
coverage.window_satisfied: false as a shorter history than asked, not as a
missing kind. 🔴 Before saying how far back someone's data goes, read
coverage.more_available: true means this server can decrypt days OLDER
than first_day that your limit left behind — re-read with a larger
limit, or quote coverage.oldest_available as the real start of their
history. Never report a limit-shaped window as the extent of their data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | ||
| limit | No | ||
| owner | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||