> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/golf/round-details-scenarios/heartbeats.md).

# Heartbeats

We send a heartbeat packet every 20 seconds to indicate that connection to the websocket is healthy. If you do not receive a heartbeat, your connection may not be healthy and we would recommend re-connecting.

**Heartbeat Object**

| Field Name       | Type   | Description                                        |
| ---------------- | ------ | -------------------------------------------------- |
| timestamp        | time   | The time of the heartbeat                          |
| eventelementType | string | The type of event, in this case always “heartbeat” |
| message          | string | The heartbeat message                              |

**Sample Response**

```
{
  "eventElementType": "Heartbeat",
  "timestamp": "2025-02-20T14:47:00.517484Z",
  "message": "Heartbeat sent at 2025-02-20T14:47:00.517484Z"
}
```

## Doc navigation

[Round: Started / Finished / Official →](/golf/round-details-scenarios/round-started-finished-official.md)


---

# 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.sportradar.com/golf/round-details-scenarios/heartbeats.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.
