Skip to main content
GET
Get upload session status

Authorizations

Authorization
string
header
required
Client-Id
string
header
required

Path Parameters

upload_uuid
string
required

Response

Successful Response

upload_uuid
string
required

Upload session identifier.

session_status
string
required

Current session status: UPLOADING, STARTED, DONE, or DELETED.

entities
string[]
required

Task-type names of entities uploaded in this session.

upload_tasks_finished
boolean
required

True when all background S3 write tasks have finished.

can_upload_entities
boolean
required

True when entity ingest is allowed.

can_start_upload
boolean
required

True when ETL can be started.

can_terminate
boolean
required

True when the running ETL workflow can be terminated.