Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.61 KB

File metadata and controls

13 lines (9 loc) · 1.61 KB

GetDocumentStatusResponse

Describes the response body of the /getdocumentstatus API call

Fields

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