Get a scheduled job
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs/{id}"
response = requests.get(url)
print(response.text){}Fetch details about a scheduled job.
GET
/
scheduler
/
jobs
/
{id}
Get a scheduled job
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs/{id}"
response = requests.get(url)
print(response.text){}Was this page helpful?
⌘I