Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
uridiumabs
Partner - Contributor II
Partner - Contributor II

Get the status of a task via API

Hello,

I'm developing the integration between Qlik Sense and my web application. So I'm calling via API Rest the task's reload in order to populate with data the Qlik Apps.

I'm Using the following: "/qrs/task/{id}/start/synchronous". And the API answer is the id of the started task.

Everything seems to work fine but I receive the answer once the task has been started, not when it's finished. According to the documentation, that command: "Start a task (for example, a reload task), identified by {id}, so that it runs synchronously on a Qlik Sense Scheduler Service (QSS). The call does not return until the task is finished.

The fact i'ts that I'm not aware about how the task is progressing nor how it ends (successfuly or not). So I'm wondering if there is a way to know the status of a task ir order to decide what to next.

Any Idea?

Thank you very much.

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

Try hitting /qrs/taskoperational/full

View solution in original post

2 Replies
Alexander_Thor
Employee
Employee

Try hitting /qrs/taskoperational/full

uridiumabs
Partner - Contributor II
Partner - Contributor II
Author

Hi Alexander,

Thanks.you very much for your response.