[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Get Job Status
DescriptionGet the status of one job.
Request
URLURL
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}/status
Path Parameters
Path Parameters
string
job_id
Required
The identifier for one job.
Response
Response
Response BodyResponse Body
200 OK
Returns
ConsumerJobStatus
of type application/json
Successful retrieval of the status of the identified job.
string
info_job_status
Required
Whether the job can currently be satisfied. The status is ‘ENABLED’ if there is at least one producer of the required data type, ‘DISABLED’ otherwise.
Possible values are: ENABLED , DISABLED
array of
string
producers
Required
An array of all registered producers of the relevant data type.
Errors
ProblemDetails
404
Unable to retrieve job status: job does not exist.
Code Samples
cURL Command
curl https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}/status
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
On This Page
Data Consumer Operations
delete
get
get
get