---
title: "Retrieve a Global IP health check"
method: GET
path: "/global_ip_health_checks/{id}"
tags: ["Global IPs"]
---

# Retrieve a Global IP health check

`GET /global_ip_health_checks/{id}`

Retrieve a Global IP health check.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` GlobalIPHealthCheck
    - `id` string, uuid — Identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
    - `health_check_type` string — The Global IP health check type.
    - `health_check_params` object — A Global IP health check params.
    - `global_ip_id` string, uuid — Global IP ID.

## Other responses

- `422` — Unexpected error
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
