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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Talend Integration Cloud Public API : retrieve logs

Hi guys
We're currently experimenting with the Talend Integration Cloud Public REST API to schedule our executions.
Currently, we don't see any possibility to retrieve the execution logs using the REST API.
Is there another way to do this ?

Labels (3)
5 Replies
Anonymous
Not applicable

Hi 
Through the REST API, you can get a status on a flow but not yet the log. You can export the log into S3 and then access this bucket automatically if you want. 
JG
_AnonymousUser
Specialist III
Specialist III
Author

Hi
Is this planned to be released at some point in time?
Cheers
Miguel
_AnonymousUser
Specialist III
Specialist III
Author

Hi
Does anyone know if this is in the roadmap?
We would really need to retrieve the logs using the REST API for further on-site analysis.
Thanks for the feedback.
Miguel
Anonymous
Not applicable

Miguel,
have you checked the log export feature? Why would it not work for you and you rather want to retrieve the log via an API?
Further, if we were to create an API do you want to retrieve the log per job? Or simply have access to all logs e.g. via a Kibana dashboard?
Last, if you want the log per job is it ok to just have it accessible at the end of the execution or do you need it streamed?
Thomas
chrissuen
Contributor II
Contributor II

Is there any plans to view executions by day?  It'd be nice to list all executions and from there obtain the status from the executions/id endpoint.