Snap Pack usage metrics

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

@abhishekp,

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}

1 Like

thank you, Del.