<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchActions](./x-components.searchactions.md) &gt; [fetchSearchResponse](./x-components.searchactions.fetchsearchresponse.md)

## SearchActions.fetchSearchResponse() method

Fetches the search response and returns them.

**Signature:**

```typescript
fetchSearchResponse(request: SearchRequest): SearchResponse;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | SearchRequest |  |

**Returns:**

SearchResponse

The new search response.

