Lists composite indexes.
HTTP request
GET https://firestore.googleapis.com/v1beta2/{parent=projects/*/databases/*/collectionGroups/*}/indexes
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 A parent name of the form  | 
Query parameters
| Parameters | |
|---|---|
| filter | 
 The filter to apply to list results. | 
| pageSize | 
 The number of results to return. | 
| pageToken | 
 A page token, returned from a previous call to  | 
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 requested indexes. | 
| nextPageToken | 
 A page token that may be used to request another page of results. If blank, this is the last page. | 
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.