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