Intended for debugging/validation. Fetches the current upload and indexing status of documents.
Tip: Use /debug/{datasource}/document for richer information.
OK
Bad Request
Not Authorized
Too Many Requests
{- "datasource": "string",
- "objectType": "string",
- "docId": "string"
}
{- "uploadStatus": "string",
- "lastUploadedAt": 0,
- "indexingStatus": "string",
- "lastIndexedAt": 0
}