---
title: "Returns a list of Pingdom probe servers"
method: GET
path: "/probes"
tags: ["Probes"]
---

# Returns a list of Pingdom probe servers

`GET /probes`

Returns a list of all Pingdom probe servers for Uptime and Transaction checks.

## Query parameters

- `limit` integer
- `offset` integer
- `onlyactive` boolean
- `includedeleted` boolean

## Response `200`

Successful operation

- Probes
  - `probes` Probe[]
    - `id` integer
    - `country` string
    - `city` string
    - `name` string
    - `active` boolean — Is the probe currently active?
    - `hostname` string — DNS name
    - `ip` string — IPv4 address
    - `ipv6` string — IPv6 address (not all probes have this)
    - `countryiso` string — Country ISO code

---

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