v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0144101120.9 KB
Troubleshooting

Get document upload and indexing status

Intended for debugging/validation. Fetches the current upload and indexing status of documents.

Tip: Use /debug/{datasource}/document for richer information.

post/api/index/v1/getdocumentstatus

Request body

datasourcestring required

Datasource to get fetch document status for

objectTypestring required

Object type of the document to get the status for

docIdstring required

Glean Document ID within the datasource to get the status for.

Response

OK

uploadStatusstring

Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN

lastUploadedAtinteger

Time of last successful upload, in epoch seconds

indexingStatusstring

Indexing status, enum of NOT_INDEXED, INDEXED, STATUS_UNKNOWN

lastIndexedAtinteger

Time of last successful indexing, in epoch seconds