Skip to main content

Create Dataset Recurring Job

POST 

/v1/recurring_jobs/dataset/:dataset_id

Create a new recurring job for a dataset.

Request

Path Parameters

    dataset_id Dataset Idrequired

Body

required

    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

    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...