External DocumentationTo learn more, visit the Upwind documentation.
Actions
List Policies
Retrieve a list of policies associated with an organization by its ID.

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 |
|---|---|
| Managed By | The entity that manages the policy to filter results by. |
| Organization ID | The ID of the organization. |
[
{
"id": "string",
"severity": "LOW",
"category": "PROCESS_EXECUTION",
"scope": "ALL_RESOURCES",
"display_name": "string",
"open_issues": 0,
"managed_by": "UPWIND",
"enabled": true
}
]
Was this page helpful?