Describes the response body of the /getdocumentstatus API call
| Field | Type | Required | Description |
|---|---|---|---|
uploadStatus |
Optional<String> | ➖ | Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN |
lastUploadedAt |
Optional<Long> | ➖ | Time of last successful upload, in epoch seconds |
indexingStatus |
Optional<String> | ➖ | Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN |
lastIndexedAt |
Optional<Long> | ➖ | Time of last successful indexing, in epoch seconds |