Required. Full resource name of Document, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{document}.
If the caller does not have permission to access the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Document does not exist, a NOT_FOUND error is returned.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Document.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[[["This webpage details how to retrieve a specific Document using a GET request within the Discovery Engine API."],["The HTTP request URL follows gRPC Transcoding syntax and requires specifying the full resource name of the Document in the path."],["The request body must be empty when retrieving a Document."],["A successful response returns the Document instance, whereas errors like `PERMISSION_DENIED` or `NOT_FOUND` indicate access or existence issues."],["Retrieving the document requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and `discoveryengine.documents.get` IAM permission on the resource."]]],[]]