Skip to main content

List Resource by type

GET 

/api/v1/infra/collections/:collectionId/resources

Retrieves a unified, paginated list of resources across supported connectors. This endpoint provides a normalized view of multi-cloud assets—including names, categories, types, lifecycle state, and foundational configuration details—across core domains such as Storage, Compute, Network, Identity, and Security.

Parameter Details

Header Parameters

  • 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.

Path Parameters

  • collectionId (required): Unique identifier for the collection within the specified cloud provider. Format varies by provider:
    • AWS: Region identifier for compliance environments (e.g., us-east-1 for US compliance, eu-west-1 for GDPR compliance)
    • Google Cloud: Project ID for governance environments (e.g., prod-compliance-env, audit-data-project-2024)
    • Azure: Use "default" when no specific subscription or resource group mapping is configured
    • Other providers: Provider-specific collection identifiers

Query Parameters

  • type: Filter by resource type. Supported values: OBJECT_STORAGE, BLOCK_STORAGE,FILE_STORAGE,KEY.

  • offset: Starting position for pagination (default: 0). Use this to skip a specific number of resource records during security assessments and compliance scans. For example, offset=20 starts from the 21st resource for large infrastructure audits.

  • limit: Maximum number of resources to return per page (default: 50, max: 200). Optimize performance by requesting only the number of records you need for governance reviews and risk assessments.

Request

Responses

Successful Operation