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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
huyzeja
Partner - Contributor
Partner - Contributor

Access (Task)Execution Logs via Public API

Is it possible by using the Talend Cloud Management Console Public API, to get the execution logs.

Now you can only see the logs in TMC by opening the task and viewing the run history.

Is there a way to have the same information via API?

Labels (2)
1 Reply
Anonymous
Not applicable

Yes, you can use it

https://api.{region}.cloud.talend.com/tmc/swagger/swagger-ui.html#!/

 

 

The GET is limited to 200 lines of logs, but there are some warkaround :

 

use put to get a token, then use this new token on a post request to get a presignedURL to get a link to download full logs