documents
Retrieves multiple documents, each with its full Markdown content.
get/v1/documents:batchGet
Query parameters
namesstring[]
Required. Specifies the names of the documents to retrieve. A maximum of 20 documents can be retrieved in a batch. The documents are returned in the same order as the names in the request. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets
view'DOCUMENT_VIEW_UNSPECIFIED' | 'DOCUMENT_VIEW_BASIC' | 'DOCUMENT_VIEW_FULL' | 'DOCUMENT_VIEW_CONTENT'
Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.BatchGetDocuments defaults to DOCUMENT_VIEW_CONTENT.
Response
Successful response