Skip to main content

Get Dataset Recurring Jobs

GET 

/v1/recurring_jobs/dataset/:dataset_id

Get all recurring jobs for a dataset.

Request

Path Parameters

    dataset_id Dataset Idrequired

Responses

Successful Response

Schema

  • Array [

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