> ## 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 Endpoints

Retrieve a list of endpoints with optional filtering.

<Note>
  External Documentation

  To learn more, visit the [Upwind documentation](https://docs.upwind.io/restapi/v1/get-api-catalog).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                     |
  | -------------------- | ------------------------------------------------------------------------------- |
  | Authentication State | The authentication state of the endpoint to filter results by.                  |
  | Domain               | The domain name to filter results by.                                           |
  | Has Internet Ingress | Select to include endpoints that have internet ingress.                         |
  | Has Sensitive Data   | Select to include only endpoints that have sensitive data.                      |
  | Has Vulnerability    | Select to include only endpoints that have a vulnerability.                     |
  | Method               | The method of the endpoint to filter results by (GET, POST, PUT, DELETE, etc.). |
  | Organization ID      | The ID of the organization.                                                     |
  | Page Token           | The page token to retrieve the next set of results.                             |
  | Per Page             | The maximum number of results to return per page.                               |
  | Return All Pages     | Automatically fetch all resources, page by page.                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                  | Description                                          |
  | -------------------------- | ---------------------------------------------------- |
  | Cloud Account ID           | The cloud account ID to filter results by.           |
  | Cloud Organization ID      | The cloud organization ID to filter results by.      |
  | Cloud Organization Unit ID | The cloud organization unit ID to filter results by. |
  | Cloud Provider             | The cloud provider to filter results by.             |
  | Cluster ID                 | The cluster ID to filter results by.                 |
  | Namespace                  | The Kubernetes namespace to filter results by.       |
  | Resource Type              | The resource type to filter results by.              |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "string",
		"method": "GET",
		"uri": "string",
		"resource_id": "string",
		"first_seen_time": "2024-07-29T15:51:28.071Z",
		"last_seen_time": "2024-07-29T15:51:28.071Z",
		"domains": [
			"string"
		],
		"status_codes": [
			"string"
		],
		"risk_overview": {
			"authentication": {
				"state": "AUTHENTICATED"
			},
			"internet_exposure": {
				"ingress": {
					"last_seen_time": "2024-07-29T15:51:28.071Z"
				}
			},
			"sensitive_data_findings": [
				{
					"type": "string",
					"category": "string",
					"last_seen_time": "2024-07-29T15:51:28.071Z"
				}
			]
		}
	}
]
```

## Workflow Library Example

[List Endpoints with Upwind and Send Results Via Email](https://library.blinkops.com/workflows/list-endpoints-with-upwind-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-endpoints-with-upwind-and-send-results-via-email/canvas" />
</div>
