---
title: "Global IP Latency Metrics"
method: GET
path: "/global_ip_latency"
tags: ["Global IPs"]
---

# Global IP Latency Metrics

`GET /global_ip_latency`

## Query parameters

- `filter` object
  - `global_ip_id` union
    - string — Filter by exact Global IP ID
    - object — Filtering operations
      - `in` string — Filter by Global IP ID(s) separated by commas

## Response `200`

Successful response

- object
  - `data` GlobalIpLatencyMetric[]
    - `timestamp` string, date-time — The timestamp of the metric.
    - `global_ip` object
      - `id` string, uuid — Global IP ID.
      - `ip_address` string — The Global IP address.
    - `prober_location` object
      - `id` string, uuid — Location ID.
      - `name` string — Location name.
      - `lat` number — Latitude.
      - `lon` number — Longitude.
    - `mean_latency` object
      - `amount` number — The average latency.
      - `unit` string — The unit of the average latency.
    - `percentile_latency` object
      - `0` object
        - `amount` number — The minimum latency.
        - `unit` string — The unit of the minimum latency.
      - `25` object
        - `amount` number — The 25th percentile latency.
        - `unit` string — The unit of the 25th percentile latency.
      - `50` object
        - `amount` number — The 50th percentile latency.
        - `unit` string — The unit of the 50th percentile latency.
      - `75` object
        - `amount` number — The 75th percentile latency.
        - `unit` string — The unit of the 75th percentile latency.
      - `90` object
        - `amount` number — The 90th percentile latency.
        - `unit` string — The unit of the 90th percentile latency.
      - `99` object
        - `amount` number — The 99th percentile latency.
        - `unit` string — The unit of the 99th percentile latency.
      - `100` object
        - `amount` number — The maximum latency.
        - `unit` string — The unit of the maximum latency.

## 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/versions/e32d46c5945b/schema)
