[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]