Indexes List

Properties

NAME TYPE DESCRIPTION
total integer Total number of indexes documents that matched your query.
indexes array List of indexes. Can be one of:

Index model

Example

JSON
{
    "total": 5,
    "indexes": [
        {
            "key": "index1",
            "type": "primary",
            "status": "available",
            "error": "string",
            "attributes": [],
            "orders": []
        }
    ]
}