curl --request GET \
--url https://dev.startree.ai/leader/tables \
--header 'Authorization: <api-key>'
{
"leadControllerResourceEnabled": true,
"leadControllerEntryMap": {}
}
Gets leaders for all tables
curl --request GET \
--url https://dev.startree.ai/leader/tables \
--header 'Authorization: <api-key>'
{
"leadControllerResourceEnabled": true,
"leadControllerEntryMap": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
successful operation
The response is of type object
.