Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}
Query parameters
Parameters
pageSize
integer
Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
pageToken
string
A page token, received from a previous conversations.list call. Provide this to retrieve the subsequent page.
filter
string
A filter to apply on the list results. The supported features are: userPseudoId, state.
Example: "userPseudoId = some_id"
orderBy
string
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * updateTime * createTime * conversation_name
[[["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-02-28 UTC."],[[["This webpage details how to list conversations within a specified DataStore using a GET request to the provided URL structure, which follows gRPC Transcoding syntax."],["The required `parent` path parameter specifies the DataStore, using the format `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}`, to fetch the list of conversations."],["Optional query parameters like `pageSize`, `pageToken`, `filter`, and `orderBy` allow customization of the returned results, including pagination, filtering, and sorting of conversations."],["The request body for listing conversations must be empty, and a successful request returns a `ListConversationsResponse` instance."],["To successfully execute this operation, you will require the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.conversations.list` on the parent resource."]]],[]]