Describes the document status response body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
uploadStatus |
Optional<String> | ➖ | Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN | UPLOADED |
lastUploadedAt |
Optional<String> | ➖ | Time of last successful upload for the document, in ISO 8601 format | 2021-08-06T17:58:01.000Z |
indexingStatus |
Optional<String> | ➖ | Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN | INDEXED |
lastIndexedAt |
Optional<String> | ➖ | Time of last successful indexing for the document, in ISO 8601 format | 2021-08-06T17:58:01.000Z |
permissionIdentityStatus |
Optional<String> | ➖ | Permission identity status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN (Always unknown if identityDatasourceName is set). Document visibility may be affected status is NOT_UPLOADED. |
UPLOADED |