Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
Jesse_W
Contributor II
Contributor II

Are Task Schedules Exposed in the Qlik Enterprise Manager API?

Hi Qlik Community,

I'm currently working on a project where I need to fetch the schedules for tasks managed in Qlik Enterprise Manager (AEM) using the AEM API. While I can successfully retrieve task details such as task names, states, and latency, I haven't been able to locate any information about task schedules in the API response.

Specifically, I'm looking for:

  • Whether task schedules (e.g., daily, weekly, specific times) are exposed via the AEM API.
  • If they are exposed, which endpoint or field contains this information?

I've been using the /tasks and /tasks/{task_name} endpoints but haven't found a schedule object or similar field in the response.

Any guidance on whether this information is available and where to find it would be greatly appreciated!

Thanks in advance for your help!

Labels (2)
4 Replies
OritA
Support
Support

Hi, 

Indeed there is not QEM API that exposes the information about the task scheduling.  First you can open an ideation request for it as this may be usefull for other customers as well. For the moment the only way you can get this information is from exporting either task with server info or exposting QEM repository and get the information from the output json file. 

 

Regards,

Orit

Dana_Baldwin
Support
Support

Hi @Jesse_W 

You can open a feature/ideation request here: https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas

Thanks,

Dana

Heinvandenheuvel
Specialist III
Specialist III

Can you get to the replicate servers?

If so, use : repctl -d \Replicate\data getscheduler 

Hein.

Jesse_W
Contributor II
Contributor II
Author