Lists the indexes that match the specified filters.
HTTP request
GET https://firestore.googleapis.com/v1beta1/{parent=projects/*/databases/*}/indexes
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent
|
The database name. For example: |
Query parameters
| Parameters | |
|---|---|
filter
|
|
pageSize
|
The standard List page size. |
pageToken
|
The standard List page token. |
Request body
The request body must be empty.
Response body
The response for FirestoreAdmin.ListIndexes
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"indexes"
:
[
{
object (
|
| Fields | |
|---|---|
indexes[]
|
The indexes. |
nextPageToken
|
The standard List next-page token. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/datastore -
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

