---
title: Searches
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Load Balancers](https://developers.cloudflare.com/api/typescript/resources/load%5Fbalancers)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Searches

##### [Search Resources](https://developers.cloudflare.com/api/typescript/resources/load%5Fbalancers/subresources/searches/methods/list)

client.loadBalancers.searches.list(SearchListParams { account\_id, page, per\_page, 2 more } params, RequestOptionsoptions?): V4PagePagination<[SearchListResponse](https://developers.cloudflare.com/api/typescript/resources/load%5Fbalancers#%28resource%29%20load%5Fbalancers.searches%20%3E%20%28model%29%20search%5Flist%5Fresponse%20%3E%20%28schema%29) { resources } \>

GET/accounts/{account\_id}/load\_balancers/search

##### ModelsExpand Collapse 

SearchListResponse { resources } 

resources?: Array<Resource\>

A list of resources matching the search query.

reference\_type?: "referral" | "referrer"

When listed as a reference, the type (direction) of the reference.

One of the following:

"referral"

"referrer"

references?: Array<unknown\>

A list of references to (referrer) or from (referral) this resource.

resource\_id?: string

resource\_name?: string

The human-identifiable name of the resource.

resource\_type?: "load\_balancer" | "monitor" | "pool"

The type of the resource.

One of the following:

"load\_balancer"

"monitor"

"pool"