---
title: "Get a list of existing synthetic probes"
method: GET
path: "/v1/dem/probes"
tags: ["dem"]
---

# Get a list of existing synthetic probes

`GET /v1/dem/probes`

## Response `200`

The request has succeeded.

- DemListProbesResponse
  - `probes` DemProbe[], required — Synthetic probes used to perform availability tests.
    - `id` string, required — Unique identifier of the probe.
    - `name` string, required — Name of the probe.
    - `active` boolean, required — True if the probe is active.
    - `platform` 'AWS' | 'AZURE' | 'GOOGLE_CLOUD', required
    - `region` string, required — Region where the probe is located.
    - `country` string, required — ISO 3166-1 alpha-2 code of the country where the probe is located.
    - `city` string, required — City where the probe is located.
    - `coordinates` DemCoordinates, required — Represents geographical coordinates.
      - `latitude` number, float, required — Latitude of the location.
      - `longitude` number, float, required — Longitude of the location.
    - `ipv4Addresses` string[], required — IPv4 addresses of the probe.
    - `ipv6Addresses` string[] — IPv6 addresses of the probe. Not all probes support IPv6.

## Other responses

- `401` — Access is unauthorized.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/versions/994e5ca64961/schema)
