Skip to main content
GET
/
scheduler
/
jobs
/
{id}
Display a scheduled job
import requests

url = "http://api/apollo/scheduler/jobs/{id}"

response = requests.get(url)

print(response.text)
{}

Path Parameters

id
string
required

The schedule ID

Response

200 - application/json

successful operation

{key}
object