cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Can we get the name of scheduled tasks

Pretty
New Contributor III

Hello Everyone,
I am getting all the schedule task details in manager
Here is a screenshot that shows all the task names, so I need to capture these through API in Rest get snap, and even if possible I need all the details of the task.

image
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1011615157/Viewing+Scheduled+Task+Schedule...

I need in this kind of schedule task details information with the API
image
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API#PipelineMo...

so please help me to get the task name and task details through API

Thank you in advance

4 REPLIES 4

bojanvelevski
Valued Contributor

Through API you can get details about the executions of the tasks. Thereโ€™s a better way of getting the names of all of the tasks in certain projects, and that is by using the Snaplogic Metadata snaps.

image

Pretty
New Contributor III

@bojanvelevski
How can we pass the Asset path ,scheduled task of manager
image

SpiroTaleski
Valued Contributor

@Pretty

With the SnapLogic List Snap, you can list all tasks from the given project.

image

Then, using a downstream SnapLogic Read Snap, you can read each task separately(by providing the path of each Task):

image

image

That will returns you details about each task.

Regards,
Spiro Taleski

Pretty
New Contributor III

@Spiro_Taleski @bojanvelevski
Thanks much for you help, this been very useful.