Method: memories.list

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

List Memories.

Endpoint

get https://aiplatform.googleapis.com/v1beta1/{parent}/memories

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.

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
}