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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The datasource to which the document belongs
Body
application/json; charset=UTF-8
Describes the request body of the /debug/{datasource}/document API call.
Object type of the document to get the status for.
Example:
"Article"
Glean Document ID within the datasource to get the status for.
Example:
"art123"
Was this page helpful?