Python
import requests url = "https://{FUSION HOST}/api/scheduler/jobs/{id}" response = requests.get(url) print(response.json())
{}
Fetch details about a scheduled job.
The schedule ID.
successful operation
Was this page helpful?