Path Parameters
The schedule ID.
Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/scheduler/jobs/{id}
{}
Fetch details about a scheduled job.
curl --request GET \
--url https://{FUSION HOST}/api/scheduler/jobs/{id}
{}
The schedule ID.
successful operation
Was this page helpful?