Get job by dataset ID
Fetch the job associated with the specified dataset ID. If multiple jobs are found, the first one is returned and a warning is logged.
Query Parameters |
---|
datasetId string — REQUIREDThe ID of the dataset to get the job for |
datasetId string |
Responses | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Job found for the given dataset ID datasetId
| ||||||||||||||||||||||||||
400 Invalid dataset ID provided. | ||||||||||||||||||||||||||
404 No job found for the specified dataset ID datasetId
|