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

Basic Parameters

ParameterDescription
CategoryThe category to filter results by.
Cloud Account IDThe cloud account ID to filter results by.
Organization IDThe ID of the organization.
PageThe page number to get results from.
Per PageThe maximum number of results to return per page.
Return All PagesAutomatically fetch all resources, page by page.
SeverityThe severity of the event to filter results by.

Advanced Parameters

ParameterDescription
Max First Seen TimeThe date and time used to filter results that were first seen on or before this value.
Max Last Seen TimeThe date and time used to filter results that were last seen on or before this value.
Min First Seen TimeThe date and time used to filter results that were first seen on or after this value.
Min Last Seen TimeThe date and time used to filter results that were last seen on or after this value.

Example Output

[
	{
		"id": "string",
		"description": "string",
		"event_type": "string",
		"event_time": "2024-07-29T15:51:28.071Z",
		"type": "string"
	}
]

Workflow Library Example

List Threat Events with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop