Data8 Logo

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.

/Dataset/{name}

Gets the details of a named dataset

HTTP Method: GET

Operation Id: Dataset_GetByName

Parameters

The name of the dataset to get the details of

Responses

No dataset could be found with the supplied name

The request has succeeded and the details of the requested dataset have been returned

Example Value Schema
{
	"name": "sample_dataset_1",
	"columns": {
	  "firstname": 0,
	  "lastname": 0,
	  "priority": 1
	},
	"input": true,
	"recordCount": 0,
	"completed": true
}
An error has occurred. This application may no longer respond until reloaded. Reload 🗙