Forum Discussion
viktor_n
4 years agoContributor II
Hi @Ajay_Chawda,
I don’t think that is possible to download that data directly.
But through the API you can get same data and even more information.
Here is the pipeline with which you can get that data.
Community_Answer_3874.slp (10.4 KB)
In the snap API Parameters, you need to set name of the organization and name of the pipeline.
In REST Get snaps you need to create Basic Auth account with credentials of your SL account.
Here is also link of the documentation.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API
When you execute the pipeline, the response that you will get at the end, you will find statistics from each snap in snap_map field.
Regards,
Viktor