Skip to main content
GET
/
scheduler
/
jobs
List all running jobs
import requests

url = "https://{FUSION HOST}/api/scheduler/jobs"

response = requests.get(url)

print(response.json())
[
  {}
]

Response

200 - application/json

successful operation

{key}
object