[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a specific export within a given matter using the provided matter and export IDs."],["Requires an empty request body and returns an `Export` object upon successful retrieval."],["Needs authorization with either `ediscovery.readonly` or `ediscovery` OAuth scopes."],["Utilizes gRPC Transcoding for its URL structure and involves matterId and exportId as path parameters."]]],["This document outlines the process for retrieving an export using a GET request. The request URL structure includes `matterId` and `exportId` as path parameters. The HTTP request is directed to `https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}`. The request body must be empty, and upon success, the response body will contain an `Export` instance. Authorization requires either the `https://www.googleapis.com/auth/ediscovery.readonly` or `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]