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": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
Reload job id
successful operation
The response is of type object
.