> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Probes

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

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                     |
  | --------------- | --------------------------------------------------------------- |
  | Include Deleted | Include old probes that are no longer in use.                   |
  | Limit           | Limits the number of returned probes to the specified quantity. |
  | Offset          | Offset for listing. (Requires limit.).                          |
  | Only Active     | Return only active probes.                                      |
</div>

## Example Output

```json theme={"dark"}
{
	"probes": [
		{
			"active": true,
			"city": "New York",
			"country": "United States",
			"countryiso": "US",
			"hostname": "s413.pingdom.com",
			"id": 2,
			"ip": "70.32.40.2",
			"ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
			"name": "New York, NY"
		}
	]
}
```

## Workflow Library Example

[List Probes with Pingdom and Send Results Via Email](https://library.blinkops.com/workflows/list-probes-with-pingdom-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-probes-with-pingdom-and-send-results-via-email/canvas" />
</div>
