# List Search Indexes

> Returns a list of all search indices belonging to the authenticated user.

## Endpoint

`GET https://api.upstash.com/v2/search`

## Responses

### 200 - Successfully retrieved list of search indices.


## cURL

```bash
curl --request GET \
  --url https://api.upstash.com/v2/search \
  --header 'Authorization: Bearer <token>'
```
