The number of the page to retrieve. The first page is 1
Data8 Administration & Batch Data Cleansing API
Manage your Data8 account, submit data to batch data cleansing jobs and retrieve the results
Jobs are submitted to workflows that are built for you by the Data8 Production Team to your specifications, and the details of the data to be provided to each workflow and generated by it will be documented by them.
If you do not already have a workflow available to submit jobs to, please get in touch with your account manager to discuss your requirements.
All requests must be authenticated using an Authorization: Bearer
header, with the bearer token being obtained from the Data8 OAuth token server at https://auth.data-8.co.uk/connect/token
.
Retrieves a list of jobs that have already been submitted
HTTP Method: GET
Operation Id: Job_GetList
Use this endpoint to retrieve a list of jobs that have previously been submitted.
The jobs are split into pages of 100, with the most recent jobs first. Use the page
parameter to move through
later pages, or the workflow
, startDate
and endDate
parameters to refine the list.
Only the basic details of each job are included in the list. Use the GET /Job/{name}
endpoint to get the full
details of a particular job.
The name of the workflow to filter the jobs by
The earliest date of the job to filter by
The latest date of the job to filter by
The list of jobs has been retrieved successfully
Some validation error occurred
{ "errors": {}, "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "errors": {} }