get
https://{yourinstance}.makaira.io/indices
Get a list of all available indices
Returns all Elasticsearch indices available for the current instance, including active and passive (rebuild) indices.
Requires authentication.
Request
GET /indices
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON object describing available indices per instance and language.
Response Body
| Field | Type | Description |
|---|---|---|
instance | string | Instance identifier. |
language | string | Language code. |
active | string | Name of the currently active index. |
passive | string | Name of the passive (rebuild) index, if one exists. |
200OK

