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. This endpoint is not yet generally available. Please contact Glean support to enable this feature.
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
Describes the request body of the /debug/{datasource}/documents API call.
Documents to fetch debug information for
Describes the request body of the /debug/{datasource}/document API call.
Response
Describes the response body of a single document in the /debug/{datasource}/documents API call
List of document ids/urls and their debug information
Describes the response body of a single document in the /debug/{datasource}/documents API call
Was this page helpful?