---
title: "List all Global IP health checks"
method: GET
path: "/global_ip_health_checks"
tags: ["Global IPs"]
---

# List all Global IP health checks

`GET /global_ip_health_checks`

Returns a paginated list of the Global IP health checks configured on your account.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

Successful response

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

## Other responses

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

---

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