curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/size \
--header 'Authorization: <api-key>'
Get table size details. Table size is the size of untarred segments including replication
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/size \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name without type
Provide detailed information
Was this page helpful?