Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/scheduler/jobs
[
{}
]
List all currently-running jobs.
curl --request GET \
--url https://{FUSION HOST}/api/scheduler/jobs
[
{}
]
successful operation
Was this page helpful?