Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 5.19 KB

File metadata and controls

14 lines (10 loc) · 5.19 KB

BulkUploadHistoryEvent

Information about a successful bulk upload

Fields

Field Type Required Description Example
upload_id Optional[str] The unique ID of the upload upload-id-content-1707403081
start_time Optional[str] The start time of the upload in ISO 8601 format 2021-08-06T17:58:01.000Z
end_time Optional[str] The end time of the upload in ISO 8601 format, 'NA' if the upload is still active 2021-08-06T18:58:01.000Z
status Optional[models.BulkUploadHistoryEventStatus] The status of the upload, an enum of ACTIVE, SUCCESSFUL SUCCESSFUL
processing_state Optional[models.ProcessingState] The current state of the upload, an enum of UNAVAILABLE, UPLOAD STARTED, UPLOAD IN PROGRESS, UPLOAD COMPLETED, DELETION PAUSED, INDEXING COMPLETED UPLOAD COMPLETED