Yes, this is a satellites list, then you need to use the remained part of the linked script
The complete script may look like this:
for item in `curl -sL http://localhost:14002/api/sno | jq '.satellites[].id' -r`; do
curl -s http://localhost:14002/api/sno/satellite/$item | \
jq '{id: .id, auditHistory: .auditHistory.windows[]}'
done