Skip to main content

List Policy by type

GET 

/api/v1/infra/policies/actions

Retrieves a paginated list of public cloud policies. Returns policy summaries including names, types, attachment status, and basic metadata for cloud management review.

Parameter Details

Header Parameters

  • apiKey (required): API key for authentication. This header is required for all API requests to authenticate the client.

  • integrationid (required): Unique identifier for the cloud provider integration configured in your Unizo account. This UUID associates the API request with the specific cloud account credentials and permissions.

Query Parameters

  • type (required): Filter policies by action type. Specify the policy category to retrieve from the customer public cloud provider. Supported values: PASSWORD_POLICY.

  • offset: Starting position for pagination (default: 0). Use this to skip a specific number of policy records when processing compliance audit reports. For example, offset=20 starts from the 21st policy for large governance reviews.

  • limit: Maximum number of policies to return per page (default: 50, max: 200). Optimize performance by requesting only the number of records you need for compliance assessments and audit workflows.

Request

Responses

Successful Operation