> 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/no-data/historical-backfill-returns-nothing/garmin-async-empty-then-bursts.md).

# Why does my Garmin backfill return empty payloads?

Garmin delivers historical data **asynchronously**, so a backfill request can return success (`Data sent to destination`) with initially empty payloads, then data arrives later in unpredictable bursts via webhook.

A large historical backfill first emits a `large_request_processing` event, then a `large_request_sending` event, with the payload arriving shortly after, so expecting immediate data is wrong.

Unlike other providers, Terra cannot tell you the expected payload count for Garmin, because Garmin controls timing and volume.

What to do:

* Treat empty early payloads as still fetching.
* Notify users that Garmin syncs in the background.
* **Ensure your webhook returns `200` quickly and processes async**, otherwise `504`s and retries compound the delay.


---

# 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/no-data/historical-backfill-returns-nothing/garmin-async-empty-then-bursts.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.
