Troubleshooting
Beta: Get information of a batch of documents
Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
Tip: Refer to the Troubleshooting tutorial for more information.
POST
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}/documents API call.
Response
200
application/json; charset=UTF-8
OK
Describes the response body of a single document in the /debug/{datasource}/documents API call
Previous
Beta: Get user information
Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
Next