GetDocumentStatusResponse

Describes the response body of the /getdocumentstatus API call

Properties

Name Type Description Notes
upload_status str Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN [optional]
last_uploaded_at int Time of last successful upload, in epoch seconds [optional]
indexing_status str Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN [optional]
last_indexed_at int Time of last successful indexing, in epoch seconds [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]