Create Ingest Job From File

Ingest assets from a CSV or JSON file

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
source_pathstringRequired
connection_namestring or nullOptional
file_typeenumOptional

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