List site data bundles
Start from the script setup block, then add the snippet code below.
# ... script setup ...
SITE_ID = "your-site-id"
bundles = api_get(f"/v1/site/{SITE_ID}/bundles")print(json.dumps(bundles, indent=2))Start from the script setup block, then add the snippet code below.
# ... script setup ...
SITE_ID = "your-site-id"
bundles = api_get(f"/v1/site/{SITE_ID}/bundles")print(json.dumps(bundles, indent=2))