Full name: projects.locations.instances.findings.fetchSimilar
Fetch similar Findings to the one provided.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:fetchSimilar
Path parameters
Parameters
name
string
Required. The resource name of the finding to retrieve similar findings for. Format: projects/{project}/locations/{location}/instances/{instance}/findings/{finding}
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of similar findings to return. The service may return fewer than this value. If unspecified, at most 100 similar findings will be returned. The maximum value for page_size is 1000.
pageToken
string
Optional. A page token, received from a previous FetchSimilarFindings call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to FetchSimilarFindings must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for GetSimilarFindings.
If successful, the response body contains data with the following structure:
[[["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-07-14 UTC."],[[["\u003cp\u003eThis endpoint, \u003ccode\u003eprojects.locations.instances.findings.fetchSimilar\u003c/code\u003e, retrieves findings similar to a specified finding.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a \u003ccode\u003eGET\u003c/code\u003e request using the specified resource name in the format \u003ccode\u003eprojects/{project}/locations/{location}/instances/{instance}/findings/{finding}\u003c/code\u003e via path parameter \u003ccode\u003ename\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request supports optional query parameters \u003ccode\u003epageSize\u003c/code\u003e to control the maximum number of findings returned, and \u003ccode\u003epageToken\u003c/code\u003e for pagination, where at most, 1000 can be returned.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response includes a list of similar detections and an optional \u003ccode\u003enext_page_token\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: findings.fetchSimilar\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.FetchSimilarFindingsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n**Full name**: projects.locations.instances.findings.fetchSimilar\n\nFetch similar Findings to the one provided.\n\n### HTTP request\n\n`GET https://chronicle.googleapis.com/v1alpha/{name}:fetchSimilar`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for GetSimilarFindings.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]