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

Basic Parameters

ParameterDescription
Framework IDThe framework ID to filter results by.
NameThe name of the rule 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.

Advanced Parameters

ParameterDescription
Has FindingsSelect to include only rules that have findings.
Maximum Created TimeThe date and time used to filter results that were created before this value.
Maximum Update TimeThe date and time used to filter results that were last updated before this value.
Minimum Created TimeThe date and time used to filter results that were created after this value.
Minimum Update TimeThe date and time used to filter results that were last updated after this value.

Example Output

[
	{
		"id": "string",
		"name": "string",
		"framework": "string",
		"findings_count": 0,
		"create_time": "2024-07-29T15:51:28.071Z",
		"update_time": "2024-07-29T15:51:28.071Z"
	}
]

Workflow Library Example

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