Method: documents.get

Retrieves a single document with its full Markdown content.

HTTP request

GET https://developerknowledge.googleapis.com/v1alpha/{name=documents/**}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the document to retrieve. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Document.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/devprofiles.full_control

For more information, see the OAuth 2.0 Overview.