Skip to main content

Update Dataset Recurring Job

PATCH 

/v1/recurring_jobs/dataset/:dataset_id/:job_id

Update a recurring job for a dataset.

Request

Path Parameters

    dataset_id Dataset Idrequired
    job_id Job Idrequired

Body

required

    run_interval_in_seconds

    object

    The run interval for the recurring job in seconds

    anyOf

    integer

    metadata

    object

    Any additional job data the job needs as JSON serialized dict

    anyOf

    string

    active

    object

    Whether the job is active

    anyOf

    boolean

    next_run

    object

    The next run of the job

    anyOf

    string

Responses

Successful Response

Schema

    id Id (string)required

    The id of the recurring job

    run_interval_in_seconds Run Interval In Seconds (integer)required

    The run interval for the recurring job in seconds

    metadata Metadata (string)required

    Any additional job data the job needs as JSON serialized dict

    job_type Job Type (string)required

    The type of job to run

    created_at date-timerequired

    The date and time the recurring job was created

    updated_at date-timerequired

    The date and time the recurring job was last updated

    last_run

    object

    The date and time the recurring job was last run

    anyOf

    string

    next_run

    object

    The date and time the recurring job will next run

    anyOf

    string

    active Active (boolean)required

    Whether the recurring job is active

    last_run_job_id

    object

    The id of the job that last ran the recurring job

    anyOf

    string

Loading...