Method: corpora.documents.chunks.get

Gets information about a specific Chunk.

HTTP request

GET https://generativelanguage.googleapis.com/v1beta/{name=corpora/*/documents/*/chunks/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the Chunk to retrieve. Example: corpora/my-corpus-123/documents/the-doc-abc/chunks/some-chunk

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/generative-language.retriever
  • https://www.googleapis.com/auth/generative-language.retriever.readonly

For more information, see the Authentication Overview.