[[["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 all Sessions associated with a parent DataStore using a `GET` HTTP request."],["The `parent` path parameter, which is mandatory, specifies the DataStore resource name in the format `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}`."],["Optional query parameters such as `pageSize`, `pageToken`, `filter`, and `orderBy` can be used to refine the list of Sessions, allowing for pagination, filtering by fields like `userPseudoId`, and sorting by fields like `updateTime` or `createTime`."],["The request body for listing sessions must be empty, and a successful response will return a `ListSessionsResponse`."],["To successfully list sessions, the request must be authorized with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and requires the `discoveryengine.sessions.list` IAM permission on the parent resource."]]],[]]