qlik_automation_list_runs
Retrieve execution history for Qlik automations with filtering and sorting options to monitor performance and troubleshoot issues.
Instructions
List all runs (executions) for a specific automation.
Supports filtering and sorting:
filter: Filter expression (e.g., "status eq 'failed'")
sort: Sort by field (e.g., "-startTime")
limit: Maximum number of results
Returns:
Array of run objects with id, status, startTime, endTime, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automationId | Yes | The automation ID | |
| filter | No | Filter expression | |
| sort | No | Sort by field | |
| limit | No | Maximum number of results |