Method: revisions.list

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

List Memory Revisions for a Memory.

Endpoint

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

Path parameters

parent string

Required. The resource name of the Memory to list revisions for. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}/memories/{memory}

Query parameters

pageSize integer

Optional. The standard list page size.

pageToken string

Optional. The standard list page token.

filter string

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:

Fields
memoryRevisions[] object (MemoryRevision)

The list of Memory Revisions in the request page.

nextPageToken string

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 (MemoryRevision)
    }
  ],
  "nextPageToken": string
}