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: 
JavierRequena
Contributor
Contributor

Retrieve the status execution for a Task via Tmc Public Api?

Good morning;

 

We tried to retrive excution information about a task in talend cloud, using talend managment console public API. In the API documentation, we see that there is a method that return information about a execution  (Get)/executions/{id}, but to use this method is necesary to know the execution_id. We need to retrive the last execution status for each task executed in a workspace.

 

 

Can we obtain the execution_id for the las task execution?

 

Regards.

Labels (2)
15 Replies
rgimmy
Contributor
Contributor

@akhabali just wanted to check to see if this was still in the July release.

 

Thanks in advance!

Anonymous
Not applicable

Hello @rgimmy This feature now available in the API as Get Task Executions. You can provide the task id and get all the task execution statuses for that id. 


Swagger_GetTaskExecutions.png
Anonymous
Not applicable

@tbouffard1014 @ris.tan @JavierRequena  - FYI 

 

This feature now available in the API as Get Task Executions. You can provide the task id and get all the task execution statuses for that task id.

chrissuen
Contributor II
Contributor II

I just tested it and works great thanks!

chrissuen
Contributor II
Contributor II

I just tested it and works great thanks!

sonalijagtap
Contributor III
Contributor III

Hi,

 

Can we pass the multiple TASKID's or planID's while calling the API? I wanted to update "ParallelExecutionAllowed:false" for over 300+tasks. Can we pass the taskids for the the task in Put method?

 

Quick response is appreciated.

 

Thank You,

Sonali Jagtap