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

Headers

Authorization
string
required

Bearer Token

Path Parameters

tableUUID
string
required

Table UUID

Response

200
application/json

List of indexes

The response is of type object.