curl --request GET \
--url https://dev.startree.ai/segments/segmentReloadStatus/{jobId} \
--header 'Authorization: <api-key>'{
"timeElapsedInMinutes": 123,
"totalServersQueried": 123,
"estimatedTimeRemainingInMinutes": 123,
"totalServerCallsFailed": 123,
"successCount": 123,
"totalSegmentCount": 123,
"metadata": {}
}Get status for a submitted reload operation
curl --request GET \
--url https://dev.startree.ai/segments/segmentReloadStatus/{jobId} \
--header 'Authorization: <api-key>'{
"timeElapsedInMinutes": 123,
"totalServersQueried": 123,
"estimatedTimeRemainingInMinutes": 123,
"totalServerCallsFailed": 123,
"successCount": 123,
"totalSegmentCount": 123,
"metadata": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.startree.ai/llms.txt
Use this file to discover all available pages before exploring further.
The format of the key is "Basic <token>" or "Bearer <token>"
Reload job id
Was this page helpful?