Full name: projects.locations.instances.referenceLists.get
Gets a single reference list.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The resource name of the reference list to retrieve. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
[[["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 endpoint retrieves a single reference list using a `GET` request to the specified URL."],["The `name` path parameter, which is required, specifies the exact reference list to retrieve, following the format: `projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}`."],["An optional `view` query parameter allows users to control how much of the `ReferenceList` is returned in the response."],["No request body is required for this operation, and if successful, it will return an instance of the `ReferenceList` in the response body."],["To use this endpoint, it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.referenceLists.get` IAM permission on the `name` resource."]]],[]]