[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-06 UTC."],[[["Lists all the exports associated with a specific matter within Google Vault."],["Allows for pagination to retrieve large sets of exports using `pageSize` and `pageToken`."],["Returns an empty request body and a response containing a list of exports and a `nextPageToken`."],["Requires specific OAuth scopes for authorization, such as `ediscovery.readonly` or `ediscovery`."],["Provides a structured JSON representation for the response data, including details about each export."]]],["This document details retrieving exports for a specified matter using a `GET` request to `https://vault.googleapis.com/v1/matters/{matterId}/exports`. Key actions include setting the `matterId` path parameter and optional `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The successful response contains a JSON object with an array of `exports` and a `nextPageToken` for further results. The operation requires specific authorization scopes, either `ediscovery.readonly` or `ediscovery`.\n"]]