Information about a successful bulk upload
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
uploadId |
Optional<String> | ➖ | The unique ID of the upload | upload-id-content-1707403081 |
startTime |
Optional<String> | ➖ | The start time of the upload in ISO 8601 format | 2021-08-06T17:58:01.000Z |
endTime |
Optional<String> | ➖ | 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<BulkUploadHistoryEventStatus> | ➖ | The status of the upload, an enum of ACTIVE, SUCCESSFUL | SUCCESSFUL |
processingState |
Optional<ProcessingState> | ➖ | The current state of the upload, an enum of UNAVAILABLE, UPLOAD STARTED, UPLOAD IN PROGRESS, UPLOAD COMPLETED, DELETION PAUSED, INDEXING COMPLETED | UPLOAD COMPLETED |