Skip to main content
Retrieve a list of policies associated with an organization by its ID.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
Managed ByThe entity that manages the policy to filter results by.
Organization IDThe ID of the organization.

Example Output

[
	{
		"id": "string",
		"severity": "LOW",
		"category": "PROCESS_EXECUTION",
		"scope": "ALL_RESOURCES",
		"display_name": "string",
		"open_issues": 0,
		"managed_by": "UPWIND",
		"enabled": true
	}
]

Workflow Library Example

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