> 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/something-else/provider-data-fields-and-coverage/raw-original-fit-files.md).

# Can I get raw original Garmin FIT files?

The FIT files Terra delivers are **generated from its internal unified data model**, the same as the JSON standard payloads, not the raw original device FIT files. Raw provider FIT delivery isn't supported.

For Garmin specifically, the original FIT file and the beat-to-beat R-R intervals inside it aren't reachable, because Garmin data comes from their JSON feed, which excludes the original activity file.

For efficient discovery:

{% stepper %}
{% step %}
Pull activities with `with_samples=false` to get lightweight JSON summaries (carrying activity type).
{% endstep %}

{% step %}
Re-pull only the ones you want with `with_samples=true`.
{% endstep %}

{% step %}
Use `to_webhook=false` for a synchronous response on ranges of 28 days or under.
{% endstep %}
{% endstepper %}

Raw original telemetry beyond the normalised FIT output is a feature request we may consider, but don't support today.


---

# 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/something-else/provider-data-fields-and-coverage/raw-original-fit-files.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.
