यह किसी खास मामले या जांच से जुड़ी ई-खोज की गतिविधि के लिए एक कंटेनर होता है. किसी मामले में ये चीज़ें शामिल होती हैं: सेव की गई खोज क्वेरी, होल्ड किए गए डेटा वाले खातों की सूची, डेटा एक्सपोर्ट, और उन खातों की सूची जिनके पास मामले को ऐक्सेस करने की अनुमति है. किसी मामले को मैटर रिसोर्स के तौर पर दिखाया जाता है.
ऐसी नीति जो Google Workspace की सेवाओं को डेटा मिटाने से रोकती है. कानूनी या जांच के मकसद से डेटा को सुरक्षित रखने के लिए, आम तौर पर होल्ड का इस्तेमाल किया जाता है.
होल्ड करने की नीति, निजी डेटा के रखरखाव के नियमों से ज़्यादा प्राथमिकता रखती है.
होल्ड को होल्ड संसाधन के तौर पर दिखाया जाता है.
किसी मामले में सेव की गई क्वेरी. सेव की गई क्वेरी को फिर से चलाकर, ऐसा डेटा पाया जा सकता है जिसमें क्वेरी को पिछली बार चलाने के बाद बदलाव हुआ है. सेव की गई क्वेरी को कॉपी करके, अन्य मामलों में भी इस्तेमाल किया जा सकता है. सेव की गई क्वेरी को सेव की गई क्वेरी के संसाधन के तौर पर दिखाया जाता है.
Google Workspace के डेटा का ऐसा सेट जिसे डाउनलोड किया जा सकता है. यह सेट, आपकी खोज क्वेरी से मेल खाता है. एक्सपोर्ट को एक्सपोर्ट संसाधन के तौर पर दिखाया जाता है.
अगले चरण
Vault के संसाधनों का इस्तेमाल करने के लिए, खाते के पास Vault के ज़रूरी अधिकार होने चाहिए. साथ ही, उसके पास मामले का ऐक्सेस भी होना चाहिए. किसी मामले को ऐक्सेस करने के लिए, खाते ने मामला बनाया हो, उसके साथ मामला शेयर किया गया हो या उसके पास सभी मामले देखें का अधिकार हो. उदाहरण के लिए, किसी एक्सपोर्ट को डाउनलोड करने के लिए, खाते के पास एक्सपोर्ट मैनेज करें का अधिकार होना चाहिए. साथ ही, उसके साथ शेयर किया गया मामला होना चाहिए.
Google Workspace API का इस्तेमाल करके डेवलपमेंट करने के बारे में जानने के लिए, Workspace डेवलपर के तौर पर शुरुआत करना लेख पढ़ें. इसमें पुष्टि करने और अनुमति देने की प्रोसेस को मैनेज करने के बारे में भी बताया गया है.
Vault API का इस्तेमाल करके एक सामान्य ऐप्लिकेशन को कॉन्फ़िगर करने और चलाने का तरीका जानने के लिए, Python या Java में क्विकस्टार्ट गाइड पढ़ें.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# Vault API Overview\n\nWith the Vault API, you can manage eDiscovery projects, including the following tasks:\n\n- Create matters and set who has access to them\n- Place data on hold\n- Create and edit saved search queries\n- Start and monitor exports\n\n| **Note:** To set retention rules or audit Vault activity, use the Vault app. For details, see [the Vault Help Center](https://support.google.com/vault#topic=2739742).\n\nThe following is a list of common terms used in the Vault API:\n\n*[Matter](/workspace/vault/reference/rest/v1/matters)*\n: A container for eDiscovery activity related to a specific case or\n investigation. A matter includes: saved search queries, a list of accounts\n with data on hold, data exports, and a list of the accounts that can access\n the matter. A matter is represented by a\n [Matter resource](/workspace/vault/reference/rest/v1/matters#resource:-matter).\n\n*[Hold](/workspace/vault/reference/rest/v1/matters.holds)*\n: A policy that prevents Google Workspace services from deleting data. Holds\n are typically used to preserve data for legal or investigation purposes.\n Holds override\n [retention rules](https://support.google.com/vault/answer/2990828).\n A hold is represented by a\n [Hold resource](/workspace/vault/reference/rest/v1/matters.holds#resource:-hold).\n\n*[Saved search query](/workspace/vault/reference/rest/v1/matters.savedQueries)*\n: A query that you save in a matter. You can re-run a saved query to get data\n that changed since the last the query was run. You can also copy saved\n queries and reuse them in other matters. A saved query is represented by a\n [Saved query resource](/workspace/vault/reference/rest/v1/matters.savedQueries#resource:-savedquery).\n\n*[Export](/workspace/vault/reference/rest/v1/matters.exports)*\n: A downloadable set of Google Workspace data that match your search query. An\n export is represented by an [Export resource](/workspace/vault/reference/rest/v1/matters.exports).\n\nNext steps\n----------\n\n- To work with Vault resources, the account must have the\n [required Vault privileges](https://support.google.com/vault/answer/2799699)\n and access to the matter. To access a matter, the account must have created\n the matter, have the matter shared with them, or have the **View All\n Matters** privilege. For example, to download an export, an account needs\n the **Manage Exports** privilege and the matter shared with them.\n\n- To learn about developing with Google Workspace APIs, including handling\n authentication and authorization, see\n [Get started as a Workspace developer](/workspace/guides/getstarted-overview).\n\n- To learn how to configure and run a simple Vault app, try\n a quickstart in [Python](/workspace/vault/quickstart/python) or\n [Java](/workspace/vault/quickstart/java)."]]