Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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