Troubleshooting
Beta: Get document information
Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
Tip: Refer to the Troubleshooting tutorial for more information.
post/api/index/v1/debug/{datasource}/document
Path parameters
datasourcestring required
The datasource to which the document belongs
Request body
Example request
{
"objectType": "Article",
"docId": "art123"
}Response
OK
Example response
{
"status": {
"uploadStatus": "UPLOADED",
"lastUploadedAt": "2021-08-06T17:58:01.000Z",
"indexingStatus": "INDEXED",
"lastIndexedAt": "2021-08-06T17:58:01.000Z",
"permissionIdentityStatus": "UPLOADED"
}
}Changes
Changed in 1 of the 91 revisions of this API.1
- ○
media type
application/json; charset=UTF-8was changed toapplication/jsonfor the response status200response-media-type-name-changed
- ○