---
title: "GET /check_all"
method: GET
path: "/check_all"
---

# GET /check_all

`GET /check_all`

Queries the API server for all other pods in this service, and makes all of them query all of their neighbours, using their pods IPs. Calls their /check endpoint.

## Response `200`

Success, return response

- CheckAllResults
  - `OK` boolean
  - `hosts-healthy` integer
  - `hosts-number` integer
  - `hosts` object[]
    - `podName` string
    - `hostIP` string, ipv4
    - `podIP` string, ipv4
  - `probeResults` object
  - `responses` object

---

[API](https://skmtc.dev/bloomberg/apis/goldpinger.md) · [All operations](https://skmtc.dev/bloomberg/apis/goldpinger/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bloomberg/goldpinger/revisions/03e2927054ca/schema)
