Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Harish_Qlik_user
Contributor II
Contributor II

Access Qlik sense load script logs through API

Hi,

Currently I'm trying to access Qliksense logs files generated after load script is ran and due to current setup in our organization we are unable to access them through QMC or directly on server.

Is there any way to access the Qliksense logs through API's for a specific application or can we write the log to a specific folder once the load script is completed (failed or successful) ? 

 

Regards,

Harish

 

Labels (4)
1 Solution

Accepted Solutions
Shai_E
Support
Support

Hi Harish,

Please note that this is the Qlik Enterprise Manager Forum, not the Qlik Sense forum.

But for your question i think that you can use the Qlik Sense API, specifically the /logs endpoint to get a log in text format for a specific apps reload id.

(See "Retrieves the log of a specific reload.")

Apps | Qlik Developer Portal

View solution in original post

1 Reply
Shai_E
Support
Support

Hi Harish,

Please note that this is the Qlik Enterprise Manager Forum, not the Qlik Sense forum.

But for your question i think that you can use the Qlik Sense API, specifically the /logs endpoint to get a log in text format for a specific apps reload id.

(See "Retrieves the log of a specific reload.")

Apps | Qlik Developer Portal