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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-21 UTC."],[],[],null,["# Method: memories.list\n\n**Full name**: projects.locations.reasoningEngines.memories.list\n\nList Memories. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/memories` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the ReasoningEngine to list the Memories under. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}`\n\n### Query parameters\n\n`filter` `string` \nOptional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160).\n\nSupported fields (equality match only): \\* `scope` (as a JSON string)\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token.\n`orderBy` `string` \nOptional. 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.\n\nMore detail in [AIP-132](https://google.aip.dev/132).\n\nSupported fields: \\* `createTime` \\* `updateTime`\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [MemoryBankService.ListMemories](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.reasoningEngines.memories/list#google.cloud.aiplatform.v1beta1.MemoryBankService.ListMemories).\n\nIf successful, the response body contains data with the following structure:\nFields `memories[]` `object (`[Memory](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.reasoningEngines.memories#Memory)`)` \nList of Memories in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListMemoriesRequest.page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.reasoningEngines.memories/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]