curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/pauseStatus \
--header 'Authorization: <api-key>'
Return pause status of a realtime table along with list of consuming segments.
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/pauseStatus \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Was this page helpful?