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

Basic Parameters

ParameterDescription
Cloud ProvidersThe cloud providers to filter results by.
Framework IDsA comma-separated list of framework IDs 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
Maximum Created TimeThe date and time used to filter results that were created before this value.
Maximum Score ValueThe score used to filter results to frameworks with a value less than or equal to 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 Score ValueThe score used to filter results to frameworks with a value greater than or equal to this value.
Minimum Update TimeThe date and time used to filter results that were last updated after this value.
StatusThe status of the framework to filter results by.
TypesA comma-separated list of framework types to filter results by.

Example Output

[
	{
		"id": "string",
		"status": "ENABLED",
		"version": "string",
		"revision": "string",
		"title": "string",
		"description": "string",
		"cloud_provider": "string",
		"create_time": "2024-07-29T15:51:28.071Z",
		"update_time": "2024-07-29T15:51:28.071Z",
		"last_scan_time": "2024-07-29T15:51:28.071Z",
		"type": "string",
		"compliance_status": {
			"score": 0
		},
		"rollout_state": "string"
	}
]

Workflow Library Example

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