qlik_automation_list
Retrieve and manage automation configurations in Qlik environments with filtering, sorting, and pagination options.
Instructions
List all automations that the user has access to.
Supports filtering, sorting, and pagination:
filter: Filter expression (e.g., "enabled eq true")
sort: Sort by field (e.g., "-createdDate" for descending)
limit: Maximum number of results to return
Returns:
Array of automation objects with id, name, description, enabled status, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter expression (e.g., "enabled eq true") | |
| sort | No | Sort by field (e.g., "-createdDate") | |
| limit | No | Maximum number of results |