Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Table name
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
Was this page helpful?