11-23-2022 09:22 AM
Hello, is there pipeline or a public API that helps with gathering data on snap packs used in an org? I have a need to gather the snap pack usage from 10 orgs and it is taking longer than expected to go to each org and get the data from the Snap Statistics UI.
Thanks,
Abhishek
11-28-2022 11:28 AM
Using an REST/HTTP GET on the below URL may get you what you’re looking for:
https://cdn.elastic.snaplogic.com/api/1/rest/index/snap_stats/{orgName}
12-02-2022 11:36 AM
thank you, Del.