---
title: "GET /v1beta/{+parent}/findings:search"
method: GET
path: "/v1beta/{+parent}/findings:search"
tags: ["projects"]
---

# GET /v1beta/{+parent}/findings:search

`GET /v1beta/{+parent}/findings:search`

SearchFindings is a more powerful version of ListFindings that supports complex queries like "findings for alerts" using functions such as `has_alert` in the query string. The `parent` field in SearchFindingsRequest should have the format: projects/{project} Example to search for findings for a specific issue: `has_alert("name=\"projects/gti-12345/alerts/alert-12345\"")`

## Path parameters

- `parent` string, required

## Query parameters

- `orderBy` string
- `pageSize` integer
- `pageToken` string
- `query` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/threatintelligence.md) · [All operations](https://skmtc.dev/google/apis/threatintelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/threatintelligence/revisions/c1698c3ee8d5/schema)
