Describes the response body of the /getdocumentstatus API call
| Field | Type | Required | Description |
|---|---|---|---|
upload_status |
Optional[str] | ➖ | Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN |
last_uploaded_at |
Optional[int] | ➖ | Time of last successful upload, in epoch seconds |
indexing_status |
Optional[str] | ➖ | Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN |
last_indexed_at |
Optional[int] | ➖ | Time of last successful indexing, in epoch seconds |