cURL
curl --request GET \ --url https://{baseUrl}/{version}/projects/{projectId}/indexes/{indexName} \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>'
{ "projectId": "<string>", "indexName": "<string>", "mappings": {}, "numDocs": 123, "cloneSourceInfo": { "sourceProjectId": "<string>", "sourceIndexName": "<string>", "sourceIndexVersionId": "<string>" }, "indexStatus": "CREATING", "indexClass": "STANDARD" }
Get metadata of an existing index.
Project API Key.
Project ID.
Index name.
Describe index success.
Show child attributes
Total number of documents.
Clone source information.
Status
CREATING
ACTIVE
DELETING
Index class.
STANDARD
INFREQUENT_ACCESS