Full name: projects.locations.reasoningEngines.memories.revisions.list
List Memory Revisions for a Memory.
Endpoint
gethttps://aiplatform.googleapis.com/v1beta1/{parent}/revisions
Path parameters
parentstring
Required. The resource name of the Memory to list revisions for. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}/memories/{memory}
Query parameters
pageSizeinteger
Optional. The standard list page size.
pageTokenstring
Optional. The standard list page token.
filterstring
Optional. The standard list filter. More detail in AIP-160.
Supported fields (equality match only): * labels
Request body
The request body must be empty.
Response body
Response message for MemoryBankService.ListMemoryRevisions.
If successful, the response body contains data with the following structure:
The list of Memory Revisions in the request page.
nextPageTokenstring
A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.
| JSON representation |
|---|
{
"memoryRevisions": [
{
object ( |