# List Indices

> This endpoint returns the data related to all indices of an account as a list.

## Endpoint

`GET https://api.upstash.com/v2/vector/index`

## Responses

### 200 - Indices retrieved successfully


## cURL

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