listIndexes
This method retrieves a list of all indices associated with a given application ID.
The returned list includes the names of the indices as well as their associated metadata, such as the number of records, size, and last build time.
The list of indices follows any ACL restrictions of the API key used to retrieve it.
For example, if you call this method with an API key that can only access some indices, you will only retrieve records from those.
Examples
Parameters
This method doesn’t accept any input parameters.Response
object[]
integer
The value is always 1. There is no pagination for this method.
All indices are returned on the first call.
Response as JSON
This section shows the JSON response returned by the API. Each API client wraps this response in language-specific objects, so the structure may vary. To view the response, use thegetLogs method.
Don’t rely on the order of properties—JSON objects don’t preserve key order.
JSON