[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Get Job Status

Description

Get the status of one job.

Request

Request

URL

URL


get
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}/status
Copy

Path Parameters

Path Parameters

string
job_id Required

The identifier for one job.


Response

Response

Response Body

Response 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: ENABLEDDISABLED


array of string
producers Required

An array of all registered producers of the relevant data type.

Errors

Errors

ProblemDetails
404

Unable to retrieve job status: job does not exist.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}/status


Feedback

Was this page helpful?