[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-19 UTC."],[[["This webpage details how to list sessions within a specific DataStore using a GET request, which is part of the Discovery Engine API."],["The request requires a `parent` path parameter specifying the DataStore and accepts optional query parameters like `pageSize`, `pageToken`, `filter`, and `orderBy` to refine the list of results."],["The request body must be empty, and the response will contain a `ListSessionsResponse` if successful."],["To make this request, users need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.sessions.list` on the parent resource."],["The URL for the GET request to retrieve sessions utilizes gRPC Transcoding syntax and follows the format: `https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/sessions`."]]],[]]