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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ritz05
Contributor
Contributor

Call API request to get tasks run logs using SOAP UI tool

Hi Team,

I am trying to call API request to download the task run log from cloud by giving below parameter in SOAP UI tool. But not getting proper response as a result(please refer attached screen shot) .Please help

Endpoint: https://tmc.us.cloud.talend.com/

monitoring/executions/<runId>/logs

Content-type= "application/json"

Authorization - Bearer <cloud access token>

0695b00000dbg7nAAA.png

Labels (3)
4 Replies
Anonymous
Not applicable

Hi

You don't use right API URL, the URL is:

https://api.us.cloud.talend.com/tmc/v2.6/executions/{run_id}/logs

 

For more details about API, please read the public API documentation.

 

Regards

Shong

Ritz05
Contributor
Contributor
Author

Hi Shong,

 

I tried URL which you posted but seems I dont have access on that URL.giving me below error. I am providing my cloud access token in Header parameter.

 

0695b00000dcSkJAAU.png 

Thanks,

Rita

 

Ritz05
Contributor
Contributor
Author

Hi Shong,

 

I tried URL which you posted but seems I dont have access on that URL.giving me below error. I am providing my cloud access token in Header parameter.

 

0695b00000dcSkJAAU.png 

Thanks,

Rita

Anonymous
Not applicable

can you try to call the API with your token on the public API page to see if the token is valid?

 

https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html#!/executions32585832logs/getTaskExecutionLog