curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/validDocIdsMetadata \
--header 'Authorization: <api-key>'"<string>"Get the aggregate validDocIds metadata of all segments for a table
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/validDocIdsMetadata \
--header 'Authorization: <api-key>'"<string>"The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
OFFLINE|REALTIME
A list of segments
Valid doc ids type
SNAPSHOT, IN_MEMORY, IN_MEMORY_WITH_DELETE Number of segments in a batch per server request
successful operation
The response is of type string.
Was this page helpful?