get_apps
Retrieve and filter Qlik Sense applications by name, stream, or published status with pagination support for efficient management.
Instructions
Get list of Qlik Sense applications with essential fields and filters (name, stream, published) and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of apps to return (default: 25, max: 50) | |
| offset | No | Number of apps to skip for pagination (default: 0) | |
| name | No | Wildcard case-insensitive search in application name | |
| stream | No | Wildcard case-insensitive search in stream name | |
| published | No | Filter by published status (true/false or 1/0). Default: true | true |