External DocumentationTo learn more, visit the Upwind documentation.
Actions
List Endpoints
Retrieve a list of endpoints with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
[
{
"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"
}
]
}
}
]
Was this page helpful?