Skip to main content
GET
/
blobs
/
{id}
Get a blob
import requests

url = "https://{FUSION HOST}/api/blobs/{id}"

response = requests.get(url)

print(response.json())

Path Parameters

id
string
required

The blob ID.