---
title: "Ping Heartbeat"
method: GET
path: "/api/{cloudId}/v1/teams/{teamId}/heartbeats/ping"
tags: ["Heartbeats"]
---

# Ping Heartbeat

`GET /api/{cloudId}/v1/teams/{teamId}/heartbeats/ping`

Pings the heartbeat with given name. Heartbeat ping requests processed asynchronously, it does not check if the heartbeat exists or not before responding. Please note that receiving a PONG response does not necessarily mean that the heartbeat exists.

## Path parameters

- `teamId` string, required

## Query parameters

- `name` string, required

## Response `202`

Returned if the request is successful.

- SimpleSuccessResponse
  - `message` string

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `402` — Returned if the customer subscription plan does not cover heartbeats.
- `403` — Returned if the request user does not have permission to ping heartbeat.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
