Google Vault HeldAccounts API

The HeldAccounts API from Google Vault — 2 operation(s) for heldaccounts.

Operations 3

GET /v1/matters/{matterId}/holds/{holdId}/accounts List held accounts #
POST /v1/matters/{matterId}/holds/{holdId}/accounts Add held account #
DELETE /v1/matters/{matterId}/holds/{holdId}/accounts/{accountId} Remove held account #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/google-vault-heldaccounts-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

google-vault-heldaccounts-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Google Vault Exports Held Accounts API
  description: Best-effort OpenAPI 3.1 for the Google Vault API, an information governance and eDiscovery API for Google Workspace. Covers matters, holds, exports, saved queries, held accounts, and long-running operations.
  version: v1
servers:
- url: https://vault.googleapis.com
security:
- googleOAuth: []
tags:
- name: HeldAccounts
paths:
  /v1/matters/{matterId}/holds/{holdId}/accounts:
    get:
      tags:
      - HeldAccounts
      summary: List held accounts
      operationId: matters.holds.accounts.list
      parameters:
      - in: path
        name: matterId
        required: true
        schema:
          type: string
      - in: path
        name: holdId
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Accounts
    post:
      tags:
      - HeldAccounts
      summary: Add held account
      operationId: matters.holds.accounts.create
      parameters:
      - in: path
        name: matterId
        required: true
        schema:
          type: string
      - in: path
        name: holdId
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                accountId:
                  type: string
                email:
                  type: string
      responses:
        '200':
          description: HeldAccount
  /v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}:
    delete:
      tags:
      - HeldAccounts
      summary: Remove held account
      operationId: matters.holds.accounts.delete
      parameters:
      - in: path
        name: matterId
        required: true
        schema:
          type: string
      - in: path
        name: holdId
        required: true
        schema:
          type: string
      - in: path
        name: accountId
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Empty
components:
  securitySchemes:
    googleOAuth:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
          tokenUrl: https://oauth2.googleapis.com/token
          scopes:
            https://www.googleapis.com/auth/ediscovery: Manage all Vault data
            https://www.googleapis.com/auth/ediscovery.readonly: Read-only Vault data