Skip to main content
GET
/
api
/
v1
/
indexes
/
list
{
  "status": 200,
  "message": "Indexes listed successfully",
  "data": {
    "indexes": [
      "hello-world",
      "fubar",
      "some-thing"
    ]
  }
}

Authorizations

X-Eigen-API-Key
string
header
required

Response

Stats fetched successfully.

status
integer
required

Status code of the response

message
string
required

Message giving basic information on the response

data
object

Important data to be given to the caller

error
object

An error that has occured

I