2026-07-14
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.revisions.get
Path : v1beta1/{+name}
HTTP Method : GET
Parameters :
name
Type : string
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+/revisions/[^/]+$
Description : Required. The resource name of the Memory Revision to retrieve. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}/revisions/{revision}`
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/revisions/{revisionsId}
Description : Get a Memory Revision.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.revisions.list
Parameters :
pageSize
Type : integer
Location : query
Description : Optional. The standard list page size.
Format : int32
pageToken
Description : Optional. The standard list page token.
Type : string
Location : query
filter
Type : string
Location : query
Description : Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). Supported fields (equality match only): * `labels`
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$
Description : Required. The resource name of the Memory to list revisions for. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/revisions
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/revisions
Description : List Memory Revisions for a Memory.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.purge
Parameters :
parent
Description : Required. The resource name of the ReasoningEngine to purge memories from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$
Required : Yes
Location : path
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/memories:purge
HTTP Method : POST
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories:purge
Description : Purge memories.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.generate
Parameter Order : parent
Parameters :
parent
Type : string
Location : path
Description : Required. The resource name of the ReasoningEngine to generate memories for. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/memories:generate
HTTP Method : POST
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories:generate
Description : Generate memories.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.create
Parameters :
parent
Description : Required. The resource name of the ReasoningEngine to create the Memory under. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$
Type : string
Location : path
memoryId
Description : Optional. The user defined ID to use for memory, which will become the final component of the memory resource name. If not provided, Vertex AI will generate a value for this ID. This value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The first character must be a letter, and the last character must be a letter or number.
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/memories
HTTP Method : POST
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories
Description : Create a Memory.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.retrieve
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories:retrieve
Description : Retrieve memories.
Parameter Order : parent
Parameters :
parent
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$
Required : Yes
Description : Required. The resource name of the ReasoningEngine to retrieve memories from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/memories:retrieve
HTTP Method : POST
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.rollback
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}:rollback
Description : Rollback Memory to a specific revision.
Path : v1beta1/{+name}:rollback
HTTP Method : POST
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$
Required : Yes
Description : Required. The resource name of the Memory to rollback. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.list
Path : v1beta1/{+parent}/memories
HTTP Method : GET
Parameter Order : parent
Parameters :
pageToken
Location : query
Type : string
Description : Optional. The standard list page token.
orderBy
Description : Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time`
Type : string
Location : query
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$
Description : Required. The resource name of the ReasoningEngine to list the Memories under. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Type : string
Location : path
pageSize
Format : int32
Description : Optional. The standard list page size.
Location : query
Type : integer
filter
Description : Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). Supported fields: * `scope` (as a JSON string with equality match only) * `topics` (i.e. `topics.custom_memory_topic_label: "example topic" OR topics.managed_memory_topic: USER_PREFERENCES`)
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories
Description : List Memories.
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.patch
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}
Description : Update a Memory.
Parameters :
name
Type : string
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$
Description : Identifier. Represents the resource name of the Memory. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : Optional. Mask specifying which fields to update. The following fields are immutable: * `scope` * `memory_type`
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Path : v1beta1/{+name}
HTTP Method : PATCH
▼ ▲ aiplatform.projects.locations.memoryBanks.memories.delete
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}
Description : Delete a Memory.
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameters :
name
Type : string
Location : path
Description : Required. The resource name of the Memory to delete. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.delete
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/feedbackEntries/[^/]+$
Required : Yes
Description : Required. The resource name of the FeedbackEntry to delete. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/feedbackEntries/{feedback_entry}`
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries/{feedbackEntriesId}
Description : Deletes a FeedbackEntry and its associated FeedbackContext.
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.patch
Parameter Order : name
Parameters :
name
Description : Identifier. The resource name. Assigned by the server on create. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/feedbackEntries/{feedback_entry}`
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/feedbackEntries/[^/]+$
Required : Yes
Location : path
Type : string
updateMask
Type : string
Location : query
Description : Optional. The field mask that controls which fields are updated. If unset or empty, all mutable fields of the FeedbackEntry are replaced with the values from feedback_entry.
Format : google-fieldmask
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : PATCH
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries/{feedbackEntriesId}
Description : Updates an existing FeedbackEntry. Only the fields specified in update_mask are modified. If the mask is empty, all mutable fields are replaced with the values supplied in the request.
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.create
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries
Description : Creates a new FeedbackEntry.
Path : v1beta1/{+parent}/feedbackEntries
HTTP Method : POST
Parameters :
parent
Type : string
Location : path
Description : Required. The resource name of the ReasoningEngine in which to create the FeedbackEntry. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.getFeedbackContext
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries/{feedbackEntriesId}/feedbackContext
Description : Retrieves the FeedbackContext associated with a FeedbackEntry.
Path : v1beta1/{+name}
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/feedbackEntries/[^/]+/feedbackContext$
Required : Yes
Description : Required. The resource name of the FeedbackContext to retrieve. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/feedbackEntries/{feedback_entry}/feedbackContext`
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.get
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/feedbackEntries/[^/]+$
Description : Required. The resource name of the FeedbackEntry to retrieve. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/feedbackEntries/{feedback_entry}`
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries/{feedbackEntriesId}
Description : Retrieves a single FeedbackEntry by its resource name.
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.list
Path : v1beta1/{+parent}/feedbackEntries
HTTP Method : GET
Parameters :
filter
Location : query
Type : string
Description : Optional. Standard list filter. Supported fields: * `session_id` * `user_id` * `feedback_type` * `feedback_labels`: Supports the HAS operator (`:`). For example: `feedback_labels:"inaccurate"`. * `create_time` * `update_time` Example: `feedback_type="THUMBS_DOWN" AND feedback_labels:"hallucination"`.
pageSize
Format : int32
Description : Optional. The maximum number of FeedbackEntries to return per page.
Location : query
Type : integer
pageToken
Location : query
Type : string
Description : Optional. A page token, received from a previous ListFeedbackEntries call.
orderBy
Location : query
Type : string
Description : Optional. A comma-separated list of fields to order results by, sorted in ascending order by default. Append ` desc` after a field name to sort that field in descending order. Supported fields: * `create_time` * `update_time` Example: `create_time desc`.
parent
Location : path
Type : string
Description : Required. The resource name of the ReasoningEngine from which to list FeedbackEntries. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries
Description : Lists FeedbackEntries in a ReasoningEngine.
▼ ▲ aiplatform.projects.locations.reasoningEngines.feedbackEntries.updateFeedbackContext
Parameter Order : name
Parameters :
name
Type : string
Location : path
Description : Identifier. The resource name. Assigned by the server on create. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/feedbackEntries/{feedback_entry}/feedbackContext`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/feedbackEntries/[^/]+/feedbackContext$
updateMask
Description : Optional. The field mask that controls which fields are updated. If unset or empty, all mutable fields of the FeedbackContext are replaced with the values from feedback_context.
Format : google-fieldmask
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : PATCH
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}/feedbackEntries/{feedbackEntriesId}/feedbackContext
Description : Updates the FeedbackContext associated with a FeedbackEntry. Only the fields specified in update_mask are modified. If the mask is empty, all mutable fields are replaced with the values supplied in the request.
▼ ▲ aiplatform.memoryBanks.memories.revisions.list
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/revisions
Description : List Memory Revisions for a Memory.
Path : v1beta1/{+parent}/revisions
HTTP Method : GET
Parameter Order : parent
Parameters :
parent
Required : Yes
Pattern : ^memoryBanks/[^/]+/memories/[^/]+$
Description : Required. The resource name of the Memory to list revisions for. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Type : string
Location : path
pageSize
Location : query
Type : integer
Format : int32
Description : Optional. The standard list page size.
pageToken
Description : Optional. The standard list page token.
Location : query
Type : string
filter
Type : string
Location : query
Description : Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). Supported fields (equality match only): * `labels`
▼ ▲ aiplatform.memoryBanks.memories.revisions.get
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/revisions/{revisionsId}
Description : Get a Memory Revision.
Path : v1beta1/{+name}
HTTP Method : GET
Parameters :
name
Required : Yes
Pattern : ^memoryBanks/[^/]+/memories/[^/]+/revisions/[^/]+$
Description : Required. The resource name of the Memory Revision to retrieve. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}/revisions/{revision}`
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ aiplatform.memoryBanks.memories.list
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories
Description : List Memories.
Path : v1beta1/{+parent}/memories
HTTP Method : GET
Parameter Order : parent
Parameters :
pageToken
Location : query
Type : string
Description : Optional. The standard list page token.
orderBy
Type : string
Location : query
Description : Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time`
parent
Location : path
Type : string
Pattern : ^memoryBanks/[^/]+$
Required : Yes
Description : Required. The resource name of the ReasoningEngine to list the Memories under. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
filter
Location : query
Type : string
Description : Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). Supported fields: * `scope` (as a JSON string with equality match only) * `topics` (i.e. `topics.custom_memory_topic_label: "example topic" OR topics.managed_memory_topic: USER_PREFERENCES`)
pageSize
Location : query
Type : integer
Format : int32
Description : Optional. The standard list page size.
▼ ▲ aiplatform.memoryBanks.memories.patch
Path : v1beta1/{+name}
HTTP Method : PATCH
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^memoryBanks/[^/]+/memories/[^/]+$
Description : Identifier. Represents the resource name of the Memory. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Type : string
Location : path
updateMask
Description : Optional. Mask specifying which fields to update. The following fields are immutable: * `scope` * `memory_type`
Format : google-fieldmask
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories/{memoriesId}
Description : Update a Memory.
▼ ▲ aiplatform.memoryBanks.memories.delete
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^memoryBanks/[^/]+/memories/[^/]+$
Description : Required. The resource name of the Memory to delete. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories/{memoriesId}
Description : Delete a Memory.
▼ ▲ aiplatform.memoryBanks.memories.purge
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories:purge
Description : Purge memories.
Parameter Order : parent
Parameters :
parent
Location : path
Type : string
Description : Required. The resource name of the ReasoningEngine to purge memories from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Pattern : ^memoryBanks/[^/]+$
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/memories:purge
HTTP Method : POST
▼ ▲ aiplatform.memoryBanks.memories.generate
Path : v1beta1/{+parent}/memories:generate
HTTP Method : POST
Parameter Order : parent
Parameters :
parent
Required : Yes
Pattern : ^memoryBanks/[^/]+$
Description : Required. The resource name of the ReasoningEngine to generate memories for. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories:generate
Description : Generate memories.
▼ ▲ aiplatform.memoryBanks.memories.create
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories
Description : Create a Memory.
Parameters :
parent
Location : path
Type : string
Pattern : ^memoryBanks/[^/]+$
Required : Yes
Description : Required. The resource name of the ReasoningEngine to create the Memory under. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
memoryId
Location : query
Type : string
Description : Optional. The user defined ID to use for memory, which will become the final component of the memory resource name. If not provided, Vertex AI will generate a value for this ID. This value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The first character must be a letter, and the last character must be a letter or number.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/memories
HTTP Method : POST
▼ ▲ aiplatform.memoryBanks.memories.retrieve
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories:retrieve
Description : Retrieve memories.
Path : v1beta1/{+parent}/memories:retrieve
HTTP Method : POST
Parameter Order : parent
Parameters :
parent
Pattern : ^memoryBanks/[^/]+$
Required : Yes
Description : Required. The resource name of the ReasoningEngine to retrieve memories from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
Location : path
Type : string
▼ ▲ aiplatform.memoryBanks.memories.rollback
Flat Path : v1beta1/memoryBanks/{memoryBanksId}/memories/{memoriesId}:rollback
Description : Rollback Memory to a specific revision.
Path : v1beta1/{+name}:rollback
HTTP Method : POST
Parameter Order : name
Parameters :
name
Pattern : ^memoryBanks/[^/]+/memories/[^/]+$
Required : Yes
Description : Required. The resource name of the Memory to rollback. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`
Location : path
Type : string