curl --request GET \
--url https://dev.startree.ai/databases/{databaseName}/quotas \
--header 'Authorization: <api-key>'{
"storage": "<string>",
"maxQueriesPerSecond": "<string>"
}Get database quota configs
curl --request GET \
--url https://dev.startree.ai/databases/{databaseName}/quotas \
--header 'Authorization: <api-key>'{
"storage": "<string>",
"maxQueriesPerSecond": "<string>"
}Was this page helpful?