qlik_alert_list
List and filter Qlik Cloud data alerts by space, status, and pagination to monitor and manage alert configurations.
Instructions
List all Qlik Cloud data alerts with optional filtering.
Cloud-only feature - Not available for on-premise deployments.
Supports filtering and pagination:
spaceId: Filter by space ID
enabled: Filter by enabled/disabled status
limit: Maximum number of alerts to return (default: 50)
offset: Pagination offset (default: 0)
Returns:
Array of alert objects with configuration and status
Example: { "enabled": true, "limit": 20, "spaceId": "space-id-here" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | No | Filter by space ID | |
| enabled | No | Filter by enabled/disabled status | |
| limit | No | Maximum number of alerts to return | |
| offset | No | Pagination offset |