> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/data-api-sdk/data-model-fields-and-units/garmin-metric-locations-in-data-model.md).

# Where do Garmin VO2 max and sleep score appear?

Garmin metrics are **split across payload types**, so inspecting only the daily webhook makes them look empty. Listen to the body and sleep events, not just daily:

* **VO2 max**: body data payload (in the measurements section, alongside bodyfat and weight), only on days the device computes or changes it (typically after qualifying outdoor runs/rides).
* **HRV**: sleep payload.
* **Sleep score**: sleep payload.
* **Body Battery**: daily payload.
* **Respiration**: under breaths data in the sleep payload.

Some metrics visible in the Garmin app (e.g. endurance score) are not exposed by Garmin's API and cannot be delivered.

Separately, Garmin devices only support realtime streaming of heart rate, so `STEPS`, `SPEED` and other realtime types will not stream. See the [data models reference](https://docs.tryterra.co/reference/health-and-fitness-api/data-models) for field locations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/faq/help-topics/data-api-sdk/data-model-fields-and-units/garmin-metric-locations-in-data-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
