> 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/extra-features-scores-graphs-teams-nutrition-cgm/health-scores-data-enrichment-null.md).

# Why are data\_enrichment health scores null?

Terra [Health Scores](https://docs.tryterra.co/user-engagement/health-scores) under `data_enrichment` are gated by **input-metric availability, not by provider**, and there are several reasons they come back null:

* **Not enabled**: scores you haven't enabled in the dashboard stay null. Some scores depend on a newer scoring backend that isn't generally available.
* **Missing physiological inputs**: each score needs specific inputs at the daily level (e.g. HRV, RHR, respiratory rate, SpO2, a sleep score). If a provider exposes those metrics only on its sleep payload (as Oura does) rather than its daily payload, the daily-level scores come back null for that provider alone. A second provider supplying those metrics at the daily level fills them in. There is no account toggle to override this.
* **Not enough history**: enabled scores need several days of historical sleep data to compute a baseline (a median over roughly 14 days, with a hard floor around 4 days minimum). On a connection only a few days old, the baseline lookup falls short and the score is skipped until enough history accrues.

See the [Health Scores docs](https://docs.tryterra.co/user-engagement/health-scores) for the per-score input requirements.


---

# 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/extra-features-scores-graphs-teams-nutrition-cgm/health-scores-data-enrichment-null.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.
