Get a list of all available 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

HeaderValue
AuthorizationBearer <token>

Response

Returns a JSON object describing available indices per instance and language.

Response Body

FieldTypeDescription
instancestringInstance identifier.
languagestringLanguage code.
activestringName of the currently active index.
passivestringName of the passive (rebuild) index, if one exists.
Headers
string
required

Makaira Instance ID

Response
200

OK

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!