---
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.

## Changes

- **2026-07-31** `ed65f017bcb8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/atlassian/apis/jsm-operations-api/changes/api/:cloudId/v1/teams/:teamId/heartbeats/ping/get.md)

---

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