Get the status of a job
get
/api/studies/{studyId}/jobs/{jobId}
Retrieves the current status of a job.
Request
Path Parameters
-
jobId: string
Job identifer.
-
studyId: string
Unique study object identifier in a string format.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : Job
Type:
Show Source
object-
Id(optional):
string
Delete job identifier.
-
status(optional):
string
Current status of the job. Possible values are COMPLETED, INPROGRESS, or ERROR.
403 Response
Forbidden. The user may not have the necessary permission to perform this operation.
404 Response
Invalid studyId.