---
title: "GET /v1/projects/{projectId}/indexes"
method: GET
path: "/v1/projects/{projectId}/indexes"
tags: ["projects"]
---

# GET /v1/projects/{projectId}/indexes

`GET /v1/projects/{projectId}/indexes`

Lists the indexes that match the specified filters. Datastore uses an eventually consistent query to fetch the list of indexes and may occasionally return stale results.

## Path parameters

- `projectId` string, required

## Query parameters

- `filter` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Successful response

---

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