[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Lists saved queries within a specified matter."],["Uses GET request with path and query parameters for retrieval."],["Response includes a list of saved queries and a token for pagination."],["Requires specific OAuth scopes for authorization."]]],["This document outlines the process for listing saved queries within a specific matter using an HTTP GET request to `https://vault.googleapis.com/v1/matters/{matterId}/savedQueries`. The `matterId` is specified as a path parameter. Optional query parameters, `pageSize` and `pageToken`, control pagination. The request body is empty. The response body, in JSON, contains an array of `savedQueries` and a `nextPageToken` for further results. Authorization requires either `ediscovery.readonly` or `ediscovery` OAuth scopes.\n"]]