qlik_get_spaces_catalog
Retrieve and filter a comprehensive catalog of Qlik Cloud spaces to audit tenant resources, analyze membership, and track utilization with detailed metadata and item counts.
Instructions
Get comprehensive catalog of spaces in Qlik Cloud tenant.
Provides detailed information about:
Space metadata (type, name, description)
Members and permissions
Item counts (apps, automations, data connections)
Owner information
Creation and modification dates
Filter by:
Space type (personal, shared, managed, data)
Owner ID
Member user ID
Spaces with data assets
Minimum item count
Use cases:
Audit all spaces in tenant
Find unused spaces
Analyze space membership
Track space utilization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for space name or description | |
| spaceType | No | Filter by space type | |
| ownerId | No | Filter by space owner user ID | |
| memberUserId | No | Filter spaces where user is a member | |
| hasDataAssets | No | Filter spaces with data assets | |
| minItems | No | Minimum number of items in space | |
| limit | No | Maximum number of results | |
| offset | No | Offset for pagination | |
| sortBy | No | Field to sort by | name |
| sortOrder | No | Sort order | asc |
| includeMembers | No | Include member list for each space | |
| includeCounts | No | Include item counts for each space | |
| force | No | Force refresh from server | |
| useCache | No | Use cached data if available |