Get the state of a text analytics job

get/analytics/{jobId}/state

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

Request Samples

1

Response Samples

1running

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The unique identifier of the text analytics job.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

There is no job for the given identifier.

Schema