Skip to main content
Search inventory assets with optional filtering..
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
ConditionsA list of conditions to filter the results by.

Example:
[
{
“field”: “cloud_resource_id”,
“operator”: “eq”,
“value”: [“i-12345678”]
},
{
“field”: “created_at”,
“operator”: “gte”,
“value”: [“2024-01-01T00:00:00Z”]
}
]
CursorThe cursor to retrieve the next set of results. Can be obtained from the next_cursor field of the previous response.
LimitThe maximum number of assets to return. Valid range is between 1 and 100.
Organization IDThe ID of the organization.
Return All PagesAutomatically fetch all resources, page by page.

Workflow Library Example

Search Assets with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop