---
title: "Latency check"
method: GET
path: "/connect/proxies/{id}/ping"
tags: ["Proxies"]
---

# Latency check

`GET /connect/proxies/{id}/ping`

Returns the most recent cached network-latency measurement for the proxy, sampled periodically by connecting through the proxy to a fixed target. `latency` is null when no measurement is available yet (e.g. the proxy is not active, or it has not been sampled since coming online).

## Response `200`

The proxy's latest latency reading.

- ProxyLatency — The latest cached latency reading for a proxy.
  - `latency` LatencySample, required — An aggregated latency measurement taken through the proxy.
    - `avgMs` integer, required — Mean round-trip time over successful probes, in milliseconds.
    - `jitterMs` integer, required — Round-trip time spread (max - min) over successful probes, in milliseconds.
    - `maxMs` integer, required — Maximum round-trip time over successful probes, in milliseconds.
    - `measuredAt` string, date-time, required — When this measurement was taken.
    - `minMs` integer, required — Minimum round-trip time over successful probes, in milliseconds.
    - `packetLoss` number, required — Fraction of probes that failed, 0..1 (1 means the proxy was unreachable; rtt fields are 0).
    - `samples` integer, required — Number of probes taken in this measurement.
    - `target` string, required — The host:port the latency was measured against, through the proxy.
  - `proxyId` string, uuid, required

## Other responses

- `401` — The X-User-ID header was missing or invalid, or a present X-Owner-Id header was not a uuid.
- `404` — The resource was not found.

## Changes

- **2026-07-08** `6d835ec1e768` — 1 info
  - the endpoint scheme security `OwnerIDHeader AND UserIDHeader` was added to the API
- **2026-07-01** `1229ad911e2e` — 2 info
  - api tag `Proxies` added
  - api tag `proxies` removed
- **2026-06-05** `49b7fa16d8f6` — 1 info
  - endpoint added
- **2026-05-30** `51d2493ba0f4` — 1 breaking
  - api path removed without deprecation
- **2026-05-30** `d06ce0f3c00d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/connect/proxies/:id/ping/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/02da4f9ce3fd/schema)
