[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (UTC)."],[[["Retrieves a specific Gmail filter using the filter ID and user's email address."],["Requires authorization with specific OAuth scopes for accessing and modifying Gmail settings."],["The request body should be empty, and a successful response provides the filter details."],["Employs gRPC Transcoding syntax for constructing the HTTP request URL."]]],["This document outlines how to retrieve a specific filter using a GET request. The request URL is structured as `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/filters/{id}`, using the `userId` (e.g., \"me\" for the current user) and the filter's `id` as path parameters. The request body must be empty. A successful request returns a `Filter` instance in the response body. This action requires specific authorization scopes, such as `gmail.settings.basic`, `mail.google.com`, `gmail.modify`, or `gmail.readonly`.\n"]]