Create Ingest Job From Assets

Ingest assets directly, using a batch/list specification

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
assetslist of objectsRequired
connection_namestring or nullOptional

Response

Successful Response
idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
detailsobject or null
created_dtstringformat: "date-time"
connection_namestring or nullOptional
request_typeenumOptional
statusenumOptional
Enum of Ingest Job Status.
updated_dtstring or nullOptionalformat: "date-time"
total_assetsinteger or nullOptional
processed_assetsintegerOptionalDefaults to 0
errored_assetsintegerOptionalDefaults to 0
request_idstring or nullOptional

Errors

422
Unprocessable Entity Error