Skip to main content
GET
/
solr
Python
import requests

url = "https://{FUSION HOST}/api/solr"

response = requests.get(url)

print(response.json())