Python
import requests url = "https://{FUSION HOST}/api/blobs/{id}" response = requests.get(url) print(response.json())
Get a blob’s attributes.
The blob ID.
Was this page helpful?