Information about a successful bulk upload
| 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 |