Get the state of a job
get/jobs/{jobId}/state
Gets the plain text version of the specified job's state. The returned text is one of the following values: 'pending', 'running', 'completed', 'failed', 'unknown'.
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 404 | Not Found | The specified job is not found. | Schema | |
| 406 | Not Acceptable | The requested response type is not acceptable. See the returned error response for more information and acceptable response types. | Schema |