Full name: projects.locations.instances.events.get
Gets an event given a name.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the event to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/events/{event} where 'event' is URL-encoded Base64.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Event.
[[["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 API endpoint retrieves a specific event by its name, using the `projects.locations.instances.events.get` method."],["The request uses a `GET` HTTP method and requires a URL-encoded Base64 event ID in the `name` path parameter."],["The request body must be empty when retrieving the event."],["A successful response will contain an instance of the `Event` resource."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.events.get` IAM permission."]]],[]]