Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
Master
Master

Get Qlik Sense Task ID/Name by passing App Name using Qlik cli

Hi 

How to get the Qliksnese QMc task name/id using dashboard name in qlik cli.

i have tried below but no luck

qlik app ls --filter "name eq 'Your Dashboard Name'"

qlik task ls --filter "app.id eq 'Your App ID'"

 

 

Labels (3)
1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

When using qlik-cli with the Client Managed platform, you will want to use the functions under the qrs command. Example:

qlik qrs reloadtask ls --filter "app.name eq 'Operations Monitor'"

View solution in original post

1 Reply
Levi_Turner
Employee
Employee

When using qlik-cli with the Client Managed platform, you will want to use the functions under the qrs command. Example:

qlik qrs reloadtask ls --filter "app.name eq 'Operations Monitor'"