Get the state of a text analytics job

get/analytics/{jobId}/state
Internal-Use Only

Returns the current state of a given text analytics job. The valid states are: pending, running, completed, completedWithErrors, canceled, failed.

Request Samples

1

Response Samples

1running

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The unique identifier of the text analytics job.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundThere is no job for the given identifier.Schema