Get the state of the job

get/jobs/{jobId}/state

Returns the following states: pending, running, canceled, completed, or failed.

Request Samples

1

Response Samples

1completed

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The ID of the job.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

No job exists at the requested path.

Schema