GET
/
api
/
v1
/
schedulers
/
{schedulerUuid}
/
jobs
{
  "results": [
    {
      "id": "<string>",
      "date": "2023-11-07T05:31:56Z"
    }
  ],
  "status": "ok"
}

Path Parameters

schedulerUuid
string
required

The uuid of the scheduler to update

Response

200
application/json
Success
results
object[]
required
status
enum<string>
required
Available options:
ok