Full name: projects.locations.instances.watchlists.get
Gets watchlist details for the given watchlist ID.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The parent, which owns this collection of watchlists. The name of the watchlist to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Watchlist.
[[["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 specific watchlist information using the `projects.locations.instances.watchlists.get` method."],["The HTTP request to get watchlist details is a `GET` request to `https://chronicle.googleapis.com/v1alpha/{name}`, where the `name` parameter is required to identify the specific watchlist."],["The request body must be empty, and if successful, the response will contain a `Watchlist` resource instance."],["To perform this operation, the request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.watchlists.get` IAM permission on the `name` resource."]]],[]]