---
title: "Temporal ping"
method: POST
path: "/dev/agent/ping/v1"
tags: ["/dev"]
---

# Temporal ping

`POST /dev/agent/ping/v1`

Runs a lightweight Temporal workflow and activity round trip for developer diagnostics. | (PingReq) -> (PingRes)

## Request body

- PingReq
  - `nonce` string, nullable

## Response `200`

Successful Response

- PingRes
  - `response` string, required
  - `nonce` string, required
  - `workflow_completed_at` string, required
  - `activity_completed_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
