Google Vault
Search, export, and manage holds/exports for Vault matters
Configuration
Create Export
Operation
Create Export
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Export Name*
Name for the export
Corpus*
Select...
Account Emails
Comma-separated emails (alternative to Org Unit)
Org Unit ID
Org Unit ID (alternative to emails)
Create Export (
google_vault_create_matters_export)Create an export in a matter
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
matterId | string | Yes | No description |
exportName | string | Yes | No description |
corpus | string | Yes | Data corpus to export (MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE) |
accountEmails | string | No | Comma-separated list of user emails to scope export |
orgUnitId | string | No | Organization unit ID to scope export (alternative to emails) |
Output
Refer to the block outputs for this operation.
List Exports
Operation
List Exports
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Export ID
Enter Export ID (optional to fetch a specific export)
Page Size
Number of items to return
Page Token
Pagination token
List Exports (
google_vault_list_matters_export)List exports for a matter
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
matterId | string | Yes | No description |
pageSize | number | No | No description |
pageToken | string | No | No description |
exportId | string | No | No description |
Output
Refer to the block outputs for this operation.
Download Export File
Operation
Download Export File
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Bucket Name*
Vault export bucket (from cloudStorageSink.files.bucketName)
Object Name*
Vault export object (from cloudStorageSink.files.objectName)
File Name (optional)
Override filename used for storage/display
Download Export File (
google_vault_download_export_file)Download a single file from a Google Vault export (GCS object)
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
matterId | string | Yes | No description |
bucketName | string | Yes | No description |
objectName | string | Yes | No description |
fileName | string | No | No description |
Output
Refer to the block outputs for this operation.
Create Hold
Operation
Create Hold
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Hold Name*
Name of the hold
Corpus*
Select...
Account Emails
Comma-separated emails (alternative to Org Unit)
Org Unit ID
Org Unit ID (alternative to emails)
Create Hold (
google_vault_create_matters_holds)Create a hold in a matter
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
matterId | string | Yes | No description |
holdName | string | Yes | No description |
corpus | string | Yes | Data corpus to hold (MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE) |
accountEmails | string | No | Comma-separated list of user emails to put on hold |
orgUnitId | string | No | Organization unit ID to put on hold (alternative to accounts) |
Output
Refer to the block outputs for this operation.
List Holds
Operation
List Holds
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Hold ID
Enter Hold ID (optional to fetch a specific hold)
Page Size
Number of items to return
Page Token
Pagination token
List Holds (
google_vault_list_matters_holds)List holds for a matter
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
matterId | string | Yes | No description |
pageSize | number | No | No description |
pageToken | string | No | No description |
holdId | string | No | No description |
Output
Refer to the block outputs for this operation.
Create Matter
Operation
Create Matter
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Matter Name*
Enter Matter name
Description
Optional description for the matter
Create Matter (
google_vault_create_matters)Create a new matter in Google Vault
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | No description |
description | string | No | No description |
Output
Refer to the block outputs for this operation.
List Matters
Operation
List Matters
Google Vault Account*
Select Google Vault account
Matter ID
Enter Matter ID
Page Size
Number of items to return
Page Token
Pagination token
Matter ID
Enter Matter ID (optional to fetch a specific matter)
List Matters (
google_vault_list_matters)List matters, or get a specific matter if matterId is provided
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
pageSize | number | No | No description |
pageToken | string | No | No description |
matterId | string | No | No description |
Output
Refer to the block outputs for this operation.
Usage Instructions
Connect Google Vault to create exports, list exports, and manage holds within matters.
Notes
- Category:
tools - Type:
google_vault