Forum Discussion

Pretty's avatar
Pretty
New Contributor III
4 years ago

Can we get the name of scheduled tasks

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.


https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1011615157/Viewing+Scheduled+Task+Schedules+in+Manager

I need in this kind of schedule task details information with the API

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API#PipelineMonitoringAPI-TaskMonitoringFieldDescriptions

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

Thank you in advance

4 Replies

  • bojanvelevski's avatar
    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.

    • SpiroTaleski's avatar
      SpiroTaleski
      Valued Contributor

      @Pretty

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

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

      That will returns you details about each task.

      Regards,
      Spiro Taleski