cURL
curl --request GET \ --url https://{baseUrl}/{version}/projects/{projectId}/indexes \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>'
{ "indexes": [ { "projectId": "<string>", "indexName": "<string>", "mappings": {}, "numDocs": 123, "cloneSourceInfo": { "sourceProjectId": "<string>", "sourceIndexName": "<string>", "sourceIndexVersionId": "<string>" }, "indexStatus": "CREATING", "indexClass": "STANDARD" } ] }
List all indexes in an existing project.
Project API Key.
Project ID.
A list of indexes matched with a projectId.
Show child attributes