v1

latestOpenAPI 3.1.02026-08-04118425322.0 KB
ingestion > ingest

Create Ingest Job From Bucket

Ingest assets from a bucket scan

post/api/v1/ingestion/buckets

Headers

Authorizationstring required

Bearer authentication

Request body

dataset_idstring uuid required
connection_namestring nullable
pathstring nullable
source_pathstring nullable
max_depthinteger

Max depth of recursion under a prefix

Response

Successful Response

idstring required
org_idstring required
dataset_idstring uuid required
connection_namestring nullable
job_type'unspecified' | 'assets' | 'file' | 'bucket' | 'metadata' required
request_type'submit'
status'completed' | 'failed' | 'in_progress' | 'pending' | 'paused' | 'stopping' | 'stopped'

Enum of Ingest Job Status.

created_dtstring date-time required
updated_dtstring date-time nullable
total_assetsinteger nullable
processed_assetsinteger
errored_assetsinteger
request_idstring nullable