External DocumentationTo learn more, visit the Upwind documentation.
Actions
List Threat Events
Retrieve a list of threat events 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 |
|---|---|
| Category | The category to filter results by. |
| Cloud Account ID | The cloud account ID to filter results by. |
| Organization ID | The ID of the organization. |
| Page | The page number to get results from. |
| Per Page | The maximum number of results to return per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Severity | The severity of the event to filter results by. |
| Parameter | Description |
|---|---|
| Max First Seen Time | The date and time used to filter results that were first seen on or before this value. |
| Max Last Seen Time | The date and time used to filter results that were last seen on or before this value. |
| Min First Seen Time | The date and time used to filter results that were first seen on or after this value. |
| Min Last Seen Time | The date and time used to filter results that were last seen on or after this value. |
[
{
"id": "string",
"description": "string",
"event_type": "string",
"event_time": "2024-07-29T15:51:28.071Z",
"type": "string"
}
]
Was this page helpful?