curl --request GET \
--url https://dev.startree.ai/leader/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"leadControllerResourceEnabled": true,
"leadControllerEntryMap": {}
}
Gets leader for a given table
curl --request GET \
--url https://dev.startree.ai/leader/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"leadControllerResourceEnabled": true,
"leadControllerEntryMap": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
Table name
successful operation
The response is of type object
.
Was this page helpful?