External DocumentationTo learn more, visit the Upwind documentation.
Actions
List Rules
Retrieve a list of rules 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 |
|---|---|
| Framework ID | The framework ID to filter results by. |
| Name | The name of the rule 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. |
| Parameter | Description |
|---|---|
| Has Findings | Select to include only rules that have findings. |
| Maximum Created Time | The date and time used to filter results that were created before this value. |
| Maximum Update Time | The date and time used to filter results that were last updated before this value. |
| Minimum Created Time | The date and time used to filter results that were created after this value. |
| Minimum Update Time | The date and time used to filter results that were last updated after this value. |
[
{
"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"
}
]
Was this page helpful?