Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
apoorvarvc
Partner - Contributor
Partner - Contributor

Qlik cli

Trying to get the task status of a scheduled task from qlik sense qmc using qlik cli....any ideas on how to get the "Last execution time" ...Tried using Get-QlikTask,Get-QlikReloadTask commands..getting only the next execution time...any suggestions....

1 Reply
Bastien_Laugiero

Hello!

This is correct, I have tried the same and couldn't get the "Last execution time". I believe this is due to the Qlik-Cli using only the "Task" API while the Last execution time is provided by the "Taskoperational" API. 

You may want to report that on the Qlik-Cli page https://github.com/ahaydon/Qlik-Cli-Windows

In the meantime you can use directly the QRS API to get this information: 

https://help.qlik.com/en-US/sense-developer/February2021/APIs/RepositoryServiceAPI/index.html?page=1...

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.