[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Retrieves a specific Ads Data Hub user list using a GET request."],["Requires providing the full resource name of the user list in the URL path."],["The request body should be empty, and a successful response returns a UserList object."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["The core actions involve retrieving a specific Ads Data Hub-managed user list via a `GET` HTTP request. The URL, structured using gRPC Transcoding, requires the full resource `name` in the path, such as `customers/123/userLists/12345678`. The request body must be empty, and a successful response returns a `UserList` instance. This operation mandates the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization.\n"]]