curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/consumingSegmentsInfo \
--header 'Authorization: <api-key>'
Gets the status of consumers from all servers.Note that the partitionToOffsetMap has been deprecated and will be removed in the next release. The info is now embedded within each partition’s state as currentOffsetsMap.
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/consumingSegmentsInfo \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Realtime table name with or without type
Was this page helpful?