Method: memories.list

Full name: projects.locations.reasoningEngines.memories.list

List Memories.

Endpoint

get https://{service-endpoint}/v1beta1/{parent}/memories

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The resource name of the ReasoningEngine to list the Memories under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}

Query parameters

filter string

Optional. The standard list filter. More detail in AIP-160.

Supported fields (equality match only): * scope (as a JSON string)

pageSize integer

Optional. The standard list page size.

pageToken string

Optional. The standard list page token.

orderBy string

Optional. The standard list order by string. If not specified, the default order is createTime desc. If specified, the default sorting order of provided fields is ascending.

More detail in AIP-132.

Supported fields: * createTime * updateTime

Request body

The request body must be empty.

Response body

Response message for MemoryBankService.ListMemories.

If successful, the response body contains data with the following structure:

Fields
memories[] object (Memory)

List of Memories in the requested page.

nextPageToken string

A token to retrieve the next page of results. Pass to ListMemoriesRequest.page_token to obtain that page.

JSON representation
{
  "memories": [
    {
      object (Memory)
    }
  ],
  "nextPageToken": string
}