Retrieve metadata for a specific document.
This endpoint returns the metadata for a document identified by its ID. Optionally, it can include the document’s text content.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the document
1
Whether to include the document's text content in the response
Successful Response
The response is of type any
.