> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/getting-started/tailent-gateway-agent/tap-gateway-agent-api-references/heartbeat-request.md).

# Heartbeat Request

This is usually used to check if the Tailent Gateway Agent is correctly configured and running.

```
[GET] https://tap.gateway:port/
```

## Request headers

This is a simple **GET** request that requires no parameters.&#x20;

## Request body

This is a simple **GET** request that does not require a body.

## Returns

The TGA should reply with a code 200 and the current version of the module:

<figure><img src="https://649489153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSSr3DfBuOYIkk2T9ec%2Fuploads%2FGTfCZdQZHvJuPQSTFinR%2Fimage.png?alt=media&amp;token=73a87a3d-52d2-4410-b925-8996d4e4377a" alt=""><figcaption></figcaption></figure>

## Example curl request

```
curl --request GET \
  --url https://tap.gateway:port/
```
