Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to fetch status of a Plan/Task using Talend public API

As per Talend public API doc, it's possible to get status of Task by passing task id and Plan by passing execution ID

 

Example,

https://api.us.cloud.talend.com/tmc/v2.0/executions/<task id>

 

But the problem is task id is not static, it's dynamic for each run. So as per my understanding, the only way to get the task id of each run is by logging to Talend Management Console (TMC) and manually capturing task id.

Is there a way to fetch the status of running task(s) and/or plan(s) using public API on the basis of Task/Plan Name / WorkspaceId / EnvironmentId? Or if only task id is an option to get status then is there a way by which I can capture this dynamic task id somewhere and then pass it for further processing?

I referred to other Talend community links related to public API Using-the-Talend-Cloud-Management-Console-Public-API which was helpful but still couldn't find the solution to my problem.


Any help on how I can achieve this?
@vijayashree.patil@cdee@dcarr 

Labels (5)
0 Replies