Get document upload and indexing status
Intended for debugging/validation. Fetches the current upload and indexing status of documents.
Tip: Use /debug//document for richer information.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Describes the request body for /getdocumentstatus API call
Datasource to get fetch document status for
Object type of the document to get the status for
Glean Document ID within the datasource to get the status for.
Response
Describes the response body of the /getdocumentstatus API call
Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN
Time of last successful upload, in epoch seconds
Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN
Time of last successful indexing, in epoch seconds
Was this page helpful?