Hi,
Is there a way to query Snapshot Metadata via API? As I understand every snapshot of an application is a separate application, but when I retrieve Metadata using this post by @DamianAtPigment I only get live applications. In API docs I don’t see that I can configure Snapshot or Live, but maybe I’m missing something.
Why you might ask? I would like to automatically extract data from the same metric via API, but from different snapshots to show and monitor historic changes. I know that I will have to use text comparison to extract the metric by name, but that’s ok.
Thanks!