REST API
Jobs
Jobs are objects used to contain everything needed to process a single dataset including configuration information for each field in the dataset, job status, and execution time.
The job model
The job model contains information needed to process an individual dataset.
Properties
- Name
job_type
- Type
- string
- Description
The type of job to queue and valid values are
queue_project
andqueue_job_definition
.
- Name
project_id
- Type
- string
- Description
The identifier of the project to queue. This property is only used when
job_type=queue_project
.
- Name
job_definition_id
- Type
- string
- Description
The identifier of the job definition to queue. This property is only used when
job_type=queue_job_definition
.
GET/v1/jobs/queue
Queue a job
Used to queue a single job or all jobs within a project.