Skip to main content
Retrieve a list of endpoints with optional filtering.
External DocumentationTo learn more, visit the Upwind documentation.

Basic Parameters

ParameterDescription
Authentication StateThe authentication state of the endpoint to filter results by.
DomainThe domain name to filter results by.
Has Internet IngressSelect to include endpoints that have internet ingress.
Has Sensitive DataSelect to include only endpoints that have sensitive data.
Has VulnerabilitySelect to include only endpoints that have a vulnerability.
MethodThe method of the endpoint to filter results by (GET, POST, PUT, DELETE, etc.).
Organization IDThe ID of the organization.
Page TokenThe page token to retrieve the next set of results.
Per PageThe maximum number of results to return per page.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
Cloud Account IDThe cloud account ID to filter results by.
Cloud Organization IDThe cloud organization ID to filter results by.
Cloud Organization Unit IDThe cloud organization unit ID to filter results by.
Cloud ProviderThe cloud provider to filter results by.
Cluster IDThe cluster ID to filter results by.
NamespaceThe Kubernetes namespace to filter results by.
Resource TypeThe resource type to filter results by.

Example Output

[
	{
		"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
Workflow LibraryPreview this Workflow on desktop