> ## 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 Service Points

Retrieve a list of all V4 Service Point instances.

<Note>
  External Documentation

  To learn more, visit the [Bluecat Edge documentation](https://docs.bluecatnetworks.com/r/BlueCat-Edge-User-Guide/user/api/v1/servicePoints-GET/Service-Point-v4.x.x).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                             |
  | ------------ | ------------------------------------------------------- |
  | Name         | A name to filter results Service Points by.             |
  | Service Name | A service name to filter associated Service Point's by. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"id": "test_fsp_1-a9kf321st-abc2bcnab5pq",
			"name": "test_fsp_1",
			"description": "sp1 demo",
			"version": "4.4.0",
			"targetVersion": "4.5.0",
			"lastSeen": 1660667769314,
			"status": "HEALTHY",
			"connectionStatus": "CONNECTED",
			"updateStatus": "OK",
			"hostname": "testfsp1",
			"ipv4CIDRAddress": "1.2.3.22/24",
			"ipv4GatewayAddress": "1.2.3.1",
			"ipv6CIDRAddress": "",
			"ipv6GatewayAddress": "",
			"anycastIPAddresses": [
				{
					"ipAddress": "192.168.0.99",
					"interfaceName": "lo:1",
					"inUseByAppId": "b77f4b15-beda-4095-9f41-26d86e2fcefc",
					"isUp": true
				}
			],
			"errorConditions": [],
			"warningConditions": [],
			"applications": [
				{
					"id": "12345678-ab12-3c4d-e5fa-593bb8bd604c",
					"name": "dns-resolver-service",
					"version": "3.8.0",
					"status": "HEALTHY",
					"targetVersion": "3.9.0",
					"updateStatus": "OK"
				}
			]
		},
		{
			"id": "sp2-00cc321dd-593bb8bd604c",
			"name": "sp2",
			"description": "sp2 demo",
			"version": "4.4.0",
			"targetVersion": "4.5.0",
			"lastSeen": 0,
			"status": "WAITING_FOR_PROVISIONING",
			"connectionStatus": "NOT_CONNECTED",
			"updateStatus": "OK",
			"hostname": "sp2",
			"ipv4CIDRAddress": "1.2.3.99/24",
			"ipv4GatewayAddress": "1.2.3.1",
			"ipv6CIDRAddress": "",
			"ipv6GatewayAddress": "",
			"anycastIPAddresses": [
				{
					"ipAddress": "172.31.53.223",
					"interfaceName": "lo:1",
					"inUseByAppId": "1531c095-8240-4d68-ada3-40e7d73f064b",
					"isUp": true
				}
			],
			"errorConditions": [],
			"warningConditions": [],
			"applications": [
				{
					"id": "cb40b217-8c2e-4958-b1ec-36a0c821bee7",
					"name": "dns-resolver-service",
					"version": "3.5.1",
					"status": "HEALTHY",
					"errorConditions": [
						"service is not healthy: parclo-logging 1.0.0-build1583",
						"service is not healthy: dns-gateway-service 2.0.0-build3157"
					],
					"targetVersion": "3.5.3",
					"updateStatus": "UPDATE_QUEUED"
				}
			]
		}
	]
}
```

## Workflow Library Example

[List Service Points with Bluecat Edge and Send Results Via Email](https://library.blinkops.com/workflows/list-service-points-with-bluecat-edge-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-service-points-with-bluecat-edge-and-send-results-via-email/canvas" />
</div>
