Full name: projects.locations.instances.users.conversations.get
GetConversation is used to retrieve an existing conversation.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the conversation to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/users/{user}/conversations/{conversation}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Conversation.
[[["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-01-22 UTC."],[[["This webpage details how to retrieve an existing conversation using the `GetConversation` method."],["The `GET` HTTP request is used with a specific format for the `name` parameter, which includes project, location, instance, user, and conversation identifiers."],["The request body must be empty when using this method to get an existing conversation."],["A successful response returns a `Conversation` resource, providing details about the retrieved conversation."],["Retrieving an existing conversation requires `chronicle.conversations.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]