GET
/
tables
/
{tableUUID}
/
indexes
/
{indexName}
Retrieve index
curl --request GET \
  --url https://api.fluxend.app/tables/{tableUUID}/indexes/{indexName} \
  --header 'Authorization: <authorization>'
{
  "content": "<any>",
  "errors": [
    "<string>"
  ],
  "metadata": "<any>",
  "success": true
}

Headers

Authorization
string
required

Bearer Token

Path Parameters

tableUUID
string
required

Table UUID

index_name
string
required

Index Name

Response

200
application/json

Index details

The response is of type object.