Retrieve a list of indexes for a given table.
cURL
curl --request GET \ --url https://api.fluxend.app/tables/{tableUUID}/indexes \ --header 'Authorization: <authorization>'
{ "content": [ "<any>" ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Table UUID
List of indexes
The response is of type object.
object