Create job schedule

This API adds a schedule to a job.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "name": "test_ayla_staff_icc_ayla_module_scheduled_job",
  "timezone": "UTC",
  "repeats": [
    {
      "start_time": {
        "time": "00:00",
        "day_of_week": [
          2
        ]
      },
      "stop_time": {
        "time": "23:59",
        "day_of_week": [
          2
        ]
      }
    }
  ],
  "start_time": "2026-04-07 00:00:00",
  "end_time": "2026-04-07 23:59:00",
  "schedule_type": "WEEKLY"
}
Path Params
string
required

Unique job identifier.

Body Params
json
required
Responses

401

Unauthorized

404

Not Found

422

Unprocessable Entity

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json