Full name: projects.locations.instances.rules.retrohunts.get
Get a Retrohunt.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Retrohunt.
[[["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 a specific Retrohunt using the `projects.locations.instances.rules.retrohunts.get` method."],["The HTTP request to get a Retrohunt is a `GET` operation to the provided URL, which includes a required `name` path parameter."],["No request body is required for this operation, but a successful call will return a response body containing the specified Retrohunt."],["Accessing this operation requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and `chronicle.retrohunts.get` IAM permission on the specified resource."]]],[]]