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 endpoint retrieves a list of conversations associated with a specific data store, identified by the `parent` path parameter."],["The `GET` request URL uses gRPC Transcoding syntax and requires a data store resource name, formatted as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}`, within the `parent` path parameter."],["Query parameters like `pageSize`, `pageToken`, `filter`, and `orderBy` allow for pagination, filtering, and sorting of the conversation list."],["The request body should be empty, and a successful response will contain an instance of `ListConversationsResponse`."],["Access to this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.conversations.list` IAM permission on the parent resource."]]],[]]