GET
/
segments
/
segmentReloadStatus
/
{jobId}
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": {}
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

jobId
string
required

Reload job id

Response

200 - application/json
successful operation

The response is of type object.